From de34b251b442cdf72b13c407d6b60c343c123bb3 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Thu, 16 Jan 2014 03:11:48 +0000 Subject: sync git-svn-id: http://svn.miranda-ng.org/main/trunk@7674 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Watrack/stat/stat_dlg.inc | 6 +++--- 1 file changed, 3 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 64a9b97f7c..6a3747c476 100644 --- a/plugins/Watrack/stat/stat_dlg.inc +++ b/plugins/Watrack/stat/stat_dlg.inc @@ -185,7 +185,7 @@ begin if buf[0]<>#0 then begin buf1[0]:=#0; - CallService(MS_UTILS_PATHTORELATIVE,TWPARAM(@buf),TLPARAM(@buf1)); + PathToRelative(buf,buf1); StrDup(StatName,buf1); end; @@ -194,7 +194,7 @@ begin if buf[0]<>#0 then begin buf1[0]:=#0; - CallService(MS_UTILS_PATHTORELATIVE,TWPARAM(@buf),TLPARAM(@buf1)); + PathToRelative(buf,buf1); StrDup(ReportName,buf1); end; @@ -203,7 +203,7 @@ begin if buf[0]<>#0 then begin buf1[0]:=#0; - CallService(MS_UTILS_PATHTORELATIVE,TWPARAM(@buf),TLPARAM(@buf1)); + PathToRelative(buf,buf1); StrDup(TmplName,buf1); end; -- cgit v1.2.3