summaryrefslogtreecommitdiff
path: root/plugins/Watrack/kolframe
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Watrack/kolframe')
-rw-r--r--plugins/Watrack/kolframe/kolframe.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack/kolframe/kolframe.pas b/plugins/Watrack/kolframe/kolframe.pas
index 20acfa9ffb..c8e33ce408 100644
--- a/plugins/Watrack/kolframe/kolframe.pas
+++ b/plugins/Watrack/kolframe/kolframe.pas
@@ -198,7 +198,7 @@ var
FrameWnd:HWND;
begin
result:=false;
- if ServiceExists(MS_CLIST_FRAMES_ADDFRAME)=0 then
+ if not ServiceExists(MS_CLIST_FRAMES_ADDFRAME) then
exit;
if parent=0 then