Replaced the application icon.

The old config is backed up before it is upgraded.
This commit is contained in:
Kimmo Pekkola
2009-09-30 17:06:16 +00:00
parent daeb18c1f4
commit 1ebff32421
5 changed files with 32 additions and 6 deletions

View File

@ -180,7 +180,7 @@ private:
HMENU CreateThemeMenu();
void CreateDefaultConfigFile(std::wstring strFile);
void TestSettingsFile(bool bDefaultIniLocation);
void CopyFiles(std::wstring strFrom, std::wstring strTo);
bool CopyFiles(std::wstring strFrom, std::wstring strTo, bool bMove = false);
void CheckSkinVersions();
int CompareVersions(std::wstring strA, std::wstring strB);