summaryrefslogtreecommitdiff
path: root/plugins/Watrack/kolframe/frm_text.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Watrack/kolframe/frm_text.inc')
-rw-r--r--plugins/Watrack/kolframe/frm_text.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack/kolframe/frm_text.inc b/plugins/Watrack/kolframe/frm_text.inc
index 66c00a1b2b..f77d2de009 100644
--- a/plugins/Watrack/kolframe/frm_text.inc
+++ b/plugins/Watrack/kolframe/frm_text.inc
@@ -41,7 +41,7 @@ begin
(StrPosW(D.Template,'%time%' )=nil) then // need to |remake
exit;
end;
- tmp:=pWideChar(CallService(MS_WAT_REPLACETEXT,0,dword(D.Template)));
+ tmp:=pWideChar(CallService(MS_WAT_REPLACETEXT,0,tlparam(D.Template)));
D.TextBlock.BlockText:=tmp;
mFreeMem(tmp);
end;