mirror of
https://github.com/reactos/reactos.git
synced 2025-06-11 04:47:22 +00:00
- small fix
svn path=/trunk/; revision=33588
This commit is contained in:
parent
fdb3291c6b
commit
4442c49eca
6 changed files with 6 additions and 8 deletions
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue