~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to common/hotkeys_basic.cpp

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
682
682
    wxString ext  = DEFAULT_HOTKEY_FILENAME_EXT;
683
683
    wxString mask = wxT( "*." ) + ext;
684
684
    wxString path = wxGetCwd();
685
 
    wxString filename;
 
685
    wxString filename = wxGetApp().GetAppName() + wxT( "." ) + ext;
686
686
 
687
687
    filename = EDA_FileSelector( _( "Read Hotkey Configuration File:" ),
688
688
                                 path,
710
710
    wxString ext  = DEFAULT_HOTKEY_FILENAME_EXT;
711
711
    wxString mask = wxT( "*." ) + ext;
712
712
    wxString path = wxGetCwd();
713
 
    wxString filename;
 
713
    wxString filename = wxGetApp().GetAppName() + wxT( "." ) + ext;
714
714
 
715
715
    filename = EDA_FileSelector( _( "Write Hotkey Configuration File:" ),
716
716
                                 path,