mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10680
This commit is contained in:
parent
15eb2e4944
commit
be448fafbd
|
@ -118,7 +118,7 @@ CSimpleFrame::~CSimpleFrame()
|
||||||
//
|
//
|
||||||
pConfig->SetPath(strBaseConfigLocation);
|
pConfig->SetPath(strBaseConfigLocation);
|
||||||
pConfig->Write(wxT("Skin"), skinName);
|
pConfig->Write(wxT("Skin"), skinName);
|
||||||
pConfig->Write(wxT("SkinPath"), skinFoldPath);
|
pConfig->Write(wxT("SkinFolderPath"), skinFoldPath);
|
||||||
|
|
||||||
if (m_pFrameRenderTimer) {
|
if (m_pFrameRenderTimer) {
|
||||||
m_pFrameRenderTimer->Stop();
|
m_pFrameRenderTimer->Stop();
|
||||||
|
|
Loading…
Reference in New Issue