Minor fixes

This commit is contained in:
Birunthan Mohanathas 2013-10-21 19:22:57 +03:00
parent 95e6b4b76f
commit 3c58e4d48c
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ protected:
bool UpdateCounter();
// Plugins may access this string through RmGetMeasureName(). This should never changed be to
// Plugins may access this string through RmGetMeasureName(). This should never be modified to
// ensure thread-safety.
const std::wstring m_Name;

View File

@ -115,7 +115,7 @@ int APIENTRY wWinMain(HINSTANCE, HINSTANCE, LPWSTR, int)
message,
L"SkinInstaller.dll load error %ld.",
GetLastError());
MessageBox(nullptr, message, L"Rainmeter", MB_OK | MB_ICONERROR);
MessageBox(nullptr, message, L"Skin Installer", MB_OK | MB_ICONERROR);
return 1;
}