Fix frame perspective configuration entry name in basicframe.cpp.
This commit is contained in:
parent
3582df6a0b
commit
74e43871d4
|
@ -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…
Reference in New Issue