The themes are now copied to the %APPDATA% on first run.

Few changes to the Enigma skin to make it work better in different resolutions.
This commit is contained in:
Kimmo Pekkola
2009-08-01 16:40:04 +00:00
parent b6954bcdd0
commit 3c0923f862
3 changed files with 41 additions and 18 deletions

View File

@ -175,6 +175,7 @@ private:
HMENU CreateConfigMenu(std::vector<CONFIGMENU>& configMenuData);
void CreateDefaultConfigFile(std::wstring strFile);
void TestSettingsFile(bool bDefaultIniLocation);
void CopyFiles(std::wstring strFrom, std::wstring strTo);
CTrayWindow* m_TrayWindow;