More name changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -161,7 +161,7 @@ bool csApp::OnInit(void)
|
||||
frame->SetMenuBar(menuBar);
|
||||
|
||||
// Load the file history
|
||||
wxConfig config(_T("OGL Studio"), _T("wxWindows"));
|
||||
wxConfig config(_T("OGL Studio"), _T("wxWidgets"));
|
||||
m_docManager->FileHistoryLoad(config);
|
||||
|
||||
frame->CreateStatusBar();
|
||||
@@ -491,7 +491,7 @@ void csApp::CreateDiagramToolBar(wxFrame* parent)
|
||||
// Read/write configuration information
|
||||
bool csApp::ReadOptions()
|
||||
{
|
||||
wxConfig config(_T("OGL Studio"), _T("wxWindows"));
|
||||
wxConfig config(_T("OGL Studio"), _T("wxWidgets"));
|
||||
|
||||
config.Read(_T("mainX"), & m_mainFramePos.x);
|
||||
config.Read(_T("mainY"), & m_mainFramePos.y);
|
||||
@@ -505,7 +505,7 @@ bool csApp::ReadOptions()
|
||||
|
||||
bool csApp::WriteOptions()
|
||||
{
|
||||
wxConfig config(_T("OGL Studio"), _T("wxWindows"));
|
||||
wxConfig config(_T("OGL Studio"), _T("wxWidgets"));
|
||||
|
||||
config.Write(_T("mainX"), (long) m_mainFramePos.x);
|
||||
config.Write(_T("mainY"), (long) m_mainFramePos.y);
|
||||
|
Reference in New Issue
Block a user