Fix frame perspective configuration entry name in basicframe.cpp.

This commit is contained in:
Wayne Stambaugh 2013-12-09 15:27:49 -05:00
parent 3582df6a0b
commit 74e43871d4
1 changed files with 1 additions and 1 deletions

View File

@ -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" );