From d83baeb842ea828eaee90a0cd6575872a95240e8 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 8 Mar 2014 13:10:05 +0000 Subject: Pascal-style type correction Letter case correction small fixes Actman UA part dialog slightly changed git-svn-id: http://svn.miranda-ng.org/main/trunk@8473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/mRadio/rframeapi.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/mRadio/rframeapi.pas') diff --git a/plugins/mRadio/rframeapi.pas b/plugins/mRadio/rframeapi.pas index 471f8ccf71..dd44aaa353 100644 --- a/plugins/mRadio/rframeapi.pas +++ b/plugins/mRadio/rframeapi.pas @@ -42,7 +42,7 @@ begin end; end; -function SliderWndProc(Dialog:HWnd;hMessage:UINT;wParam:WPARAM;lParam:LPARAM):lresult; stdcall; +function SliderWndProc(Dialog:HWND;hMessage:uint;wParam:WPARAM;lParam:LPARAM):LRESULT; stdcall; begin if hMessage=WM_ERASEBKGND then result:=1 @@ -70,7 +70,7 @@ begin SendMessageW(hwndTooltip,TTM_ADDTOOLW,0,tlparam(@ti)); end; -function RadioFrameProc(Dialog:HWnd;hMessage:UINT;wParam:WPARAM;lParam:LPARAM):lresult; stdcall; +function RadioFrameProc(Dialog:HWND;hMessage:uint;wParam:WPARAM;lParam:LPARAM):LRESULT; stdcall; var urd:TUTILRESIZEDIALOG; rc:TRECT; @@ -239,7 +239,7 @@ begin StrCopy(cid.name ,frm_back); StrCopy(cid.setting,'frame_back'); - cid.defcolour:=COLOR_3DFACE; + cid.defcolour:=GetSysColor(COLOR_3DFACE); cid.order :=0; ColourRegister(@cid); -- cgit v1.2.3