From 66a5a3ee980520f1bb690b78e85b6105d0f80347 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Mar 2013 20:15:02 +0000 Subject: other pascal merge git-svn-id: http://svn.miranda-ng.org/main/trunk@3966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils.pas/icobuttons.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Utils.pas/icobuttons.pas') 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; -- cgit v1.2.3