diff options
Diffstat (limited to 'plugins/Utils.pas/icobuttons.pas')
-rw-r--r-- | plugins/Utils.pas/icobuttons.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Utils.pas/icobuttons.pas b/plugins/Utils.pas/icobuttons.pas index fdac39e69e..bf58caa054 100644 --- a/plugins/Utils.pas/icobuttons.pas +++ b/plugins/Utils.pas/icobuttons.pas @@ -174,7 +174,7 @@ begin if D.rptvalue<>0 then
begin
- D.rpttimer:=SetTimer(Sender.Handle,dword(Sender),D.rptvalue,@TimerProc);
+ D.rpttimer:=SetTimer(Sender.Handle,uint(Sender),D.rptvalue,@TimerProc);
// D.rpttimer:=SetTimer(Sender.GetWindowHandle,1,D.rptvalue,nil);
end;
end;
|