Commit 74e43871 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix frame perspective configuration entry name in basicframe.cpp.

parent 3582df6a
......@@ -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" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment