Reverted r800/r801. Fixed r800 issue in a better way (thanks spx).

This commit is contained in:
Birunthan Mohanathas
2011-05-02 11:58:02 +00:00
parent 04a7a5692f
commit 6377db5724
2 changed files with 55 additions and 63 deletions

View File

@ -274,7 +274,7 @@ private:
void CreateMonitorMenu(HMENU monitorMenu, CMeterWindow* meterWindow);
void CreateDefaultConfigFile(const std::wstring& strFile);
void SetLogging(bool logging);
void TestSettingsFile(bool bPortableInstallation);
void TestSettingsFile(bool bDefaultIniLocation);
void CheckSkinVersions();
int CompareVersions(const std::wstring& strA, const std::wstring& strB);