mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor fixes
This commit is contained in:
parent
95e6b4b76f
commit
3c58e4d48c
@ -55,7 +55,7 @@ protected:
|
|||||||
|
|
||||||
bool UpdateCounter();
|
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.
|
// ensure thread-safety.
|
||||||
const std::wstring m_Name;
|
const std::wstring m_Name;
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ int APIENTRY wWinMain(HINSTANCE, HINSTANCE, LPWSTR, int)
|
|||||||
message,
|
message,
|
||||||
L"SkinInstaller.dll load error %ld.",
|
L"SkinInstaller.dll load error %ld.",
|
||||||
GetLastError());
|
GetLastError());
|
||||||
MessageBox(nullptr, message, L"Rainmeter", MB_OK | MB_ICONERROR);
|
MessageBox(nullptr, message, L"Skin Installer", MB_OK | MB_ICONERROR);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user