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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user