* Several changes to the Rainmeter context menu (including handle leak fix)

* Rainmeter now opens text files with associated text editor (with fallback to Notepad) if ConfigEditor is not specifed
This commit is contained in:
Birunthan Mohanathas
2010-06-23 12:36:39 +00:00
parent 063cabe9ed
commit 38409f2d05
7 changed files with 183 additions and 170 deletions

View File

@ -198,7 +198,7 @@ private:
int ScanForConfigsRecursive(std::wstring& path, std::wstring base, int index, std::vector<CONFIGMENU>& menu, bool DontRecurse);
HMENU CreateConfigMenu(std::vector<CONFIGMENU>& configMenuData);
HMENU CreateThemeMenu();
HMENU CreateMonitorMenu(CMeterWindow* meterWindow);
void CreateMonitorMenu(HMENU monitorMenu, CMeterWindow* meterWindow);
void CreateDefaultConfigFile(std::wstring strFile);
void TestSettingsFile(bool bDefaultIniLocation);
void CheckSkinVersions();