Fixed that themes weren't loaded through Themes context menu if RainThemes was not installed.

This commit is contained in:
Birunthan Mohanathas
2011-09-04 07:40:12 +00:00
parent 38b4c4d865
commit 8c1e7f2dfc
5 changed files with 72 additions and 119 deletions

View File

@ -256,6 +256,9 @@ public:
void RefreshAll();
void LoadTheme(const std::wstring& name);
void PreserveSetting(const std::wstring& from, LPCTSTR key, bool replace = true);
void ClearDeleteLaterList();
static std::vector<std::wstring> ParseString(LPCTSTR str);