- Settings are now preserved and a backup is created when loading themes through Manage

- Fixed that Manage/About didn't always appear on foreground
This commit is contained in:
Birunthan Mohanathas
2011-08-28 14:08:48 +00:00
parent 6629527e83
commit 2df0f6f7f6
5 changed files with 84 additions and 37 deletions

View File

@ -1444,6 +1444,10 @@ void RainmeterAboutWide(const WCHAR* arg)
{
tab = 2;
}
else if (_wcsnicmp(arg, L"Version", 7) == 0)
{
tab = 3;
}
}
CDialogAbout::Open(tab);