mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional change for r844.
This commit is contained in:
parent
50fd8b7caf
commit
2bdca3d6da
@ -224,7 +224,8 @@ void Bang(const WCHAR* command)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (_wcsicmp(L"!rainmeterquit", command) != 0)
|
if (_wcsicmp(L"!rainmeterquit", command) != 0 ||
|
||||||
|
_wcsicmp(L"!quit", command) != 0)
|
||||||
{
|
{
|
||||||
MessageBox(NULL, L"Rainmeter is not running.\nUnable to send the !bang to it.", L"Rainmeter", MB_OK | MB_TOPMOST | MB_ICONERROR);
|
MessageBox(NULL, L"Rainmeter is not running.\nUnable to send the !bang to it.", L"Rainmeter", MB_OK | MB_TOPMOST | MB_ICONERROR);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user