From 3f4bf9062ca67340191c9b36aa6effdcfa7d59a8 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 9 Dec 2013 15:27:49 -0500 Subject: [PATCH] Fix frame perspective configuration entry name in basicframe.cpp. --- common/basicframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/basicframe.cpp b/common/basicframe.cpp index 5ab90f9353..2503bb28d8 100644 --- a/common/basicframe.cpp +++ b/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" );