summaryrefslogtreecommitdiff
path: root/plugins/Utils.pas/cbex.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Utils.pas/cbex.pas')
-rw-r--r--plugins/Utils.pas/cbex.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/cbex.pas b/plugins/Utils.pas/cbex.pas
index 59778fcee7..7c05478ae9 100644
--- a/plugins/Utils.pas/cbex.pas
+++ b/plugins/Utils.pas/cbex.pas
@@ -26,7 +26,7 @@ begin
SendMessage(wnd,CB_RESETCONTENT,0,0);
StrCopy(StrCopyE(buf,proto),PS_GETCUSTOMSTATUSICON);
- if ServiceExists(@buf)=0 then
+ if not ServiceExists(@buf) then
exit;
il:=ImageList_Create(16,16,ILC_COLOR32 or ILC_MASK,0,1);