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/Watrack/stat/stat_dlg.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'plugins/Watrack/stat/stat_dlg.inc') diff --git a/plugins/Watrack/stat/stat_dlg.inc b/plugins/Watrack/stat/stat_dlg.inc index 6a3747c476..be0887f06d 100644 --- a/plugins/Watrack/stat/stat_dlg.inc +++ b/plugins/Watrack/stat/stat_dlg.inc @@ -2,7 +2,7 @@ {$include stat_rc.inc} -procedure SetReportMask(Dlg:hwnd); +procedure SetReportMask(Dlg:HWND); begin ReportMask:=0; if IsDlgButtonChecked(Dlg,IDC_FREQART)=BST_CHECKED then @@ -19,7 +19,7 @@ begin ReportMask:=ReportMask or stAlbum; end; -procedure EnableItems(Dlg:hwnd;enable:boolean); +procedure EnableItems(Dlg:HWND;enable:boolean); begin EnableWindow(GetDlgItem(Dlg,IDC_STATNAME) ,enable); EnableWindow(GetDlgItem(Dlg,IDC_SNBUTTON) ,enable); @@ -46,7 +46,7 @@ begin EnableWindow(GetDlgItem(Dlg,IDC_AUTOSORT) ,enable); end; -function DlgProcOptions(Dialog:HWnd; hMessage:dword;wParam:WPARAM;lParam:LPARAM):LRESULT; stdcall; +function DlgProcOptions(Dialog:HWND; hMessage:uint;wParam:WPARAM;lParam:LPARAM):LRESULT; stdcall; const changed:boolean=false; var @@ -186,6 +186,7 @@ begin begin buf1[0]:=#0; PathToRelative(buf,buf1); +// CallService(MS_UTILS_PATHTORELATIVE,TWPARAM(@buf),TLPARAM(@buf1)); StrDup(StatName,buf1); end; @@ -195,6 +196,7 @@ begin begin buf1[0]:=#0; PathToRelative(buf,buf1); +// CallService(MS_UTILS_PATHTORELATIVE,TWPARAM(@buf),TLPARAM(@buf1)); StrDup(ReportName,buf1); end; @@ -204,6 +206,7 @@ begin begin buf1[0]:=#0; PathToRelative(buf,buf1); +// CallService(MS_UTILS_PATHTORELATIVE,TWPARAM(@buf),TLPARAM(@buf1)); StrDup(TmplName,buf1); end; -- cgit v1.2.3