mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup & cosmetic.
This commit is contained in:
@ -220,7 +220,7 @@ void Bang(const WCHAR* command)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (wcsicmp(L"!rainmeterquit", command) != 0)
|
||||
if (_wcsicmp(L"!rainmeterquit", command) != 0)
|
||||
{
|
||||
MessageBox(NULL, L"Rainmeter is not running.\nUnable to send the !bang to it.", L"Rainmeter", MB_OK);
|
||||
}
|
||||
|
Reference in New Issue
Block a user