mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 17:59:48 +08:00
- small fix
svn path=/trunk/; revision=33588
This commit is contained in:
@@ -26,7 +26,7 @@ namespace TechBot.Commands.Common
|
||||
|
||||
public override void ExecuteCommand()
|
||||
{
|
||||
if (WMText == null)
|
||||
if (string.IsNullOrEmpty(WMText))
|
||||
{
|
||||
Say("Please provide a valid window message value or name.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user