Browse Source

Fix frame perspective configuration entry name in basicframe.cpp.

pull/1/head
Wayne Stambaugh 12 years ago
parent
commit
74e43871d4
  1. 2
      common/basicframe.cpp

2
common/basicframe.cpp

@ -57,7 +57,7 @@ const wxChar* traceAutoSave = wxT( "KicadAutoSave" );
static const wxChar* entryAutoSaveInterval = wxT( "AutoSaveInterval" );
/// Configuration file entry for wxAuiManger perspective.
static const wxChar* entryPerspective = wxT( "ModViewPerspective" );
static const wxChar* entryPerspective = wxT( "Perspective" );

Loading…
Cancel
Save