Cosmetic changes here and there.

This commit is contained in:
Birunthan Mohanathas
2010-09-21 11:09:36 +00:00
parent e812e079ec
commit e618ad1777
13 changed files with 37 additions and 36 deletions

View File

@ -102,7 +102,7 @@ UINT Initialize(HMODULE instance, LPCTSTR iniFile, LPCTSTR section, UINT id)
{
std::wstring error = L"No such RecycleType: ";
error += type;
MessageBox(NULL, error.c_str(), L"Rainmeter", MB_OK);
MessageBox(NULL, error.c_str(), L"Rainmeter", MB_OK | MB_TOPMOST | MB_ICONEXCLAMATION);
}
}