From 3bd43c9d18e565e193e555f9de0ce916f8faf807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Wed, 18 Sep 2002 16:32:27 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=132 --- Source/pshostunit.pas | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Source/pshostunit.pas') diff --git a/Source/pshostunit.pas b/Source/pshostunit.pas index 42868c3..720e24c 100644 --- a/Source/pshostunit.pas +++ b/Source/pshostunit.pas @@ -22,12 +22,9 @@ uses Windows, Graphics, DIB, mainunit; -var - FilterPath: String; - function FullFilterPath(const S: String): String; begin - Result := FilterPath+'\'+S; + Result := main.FSFolder+'\Filters\'+S; if Uppercase(ExtractFileExt(S))<>'.8BF' then Result := Result+'.8BF'; end; @@ -139,7 +136,5 @@ begin Active := False; end; -begin - FilterPath := ExtractFilePath(Application.ExeName)+'\Filters' end. -- cgit v1.2.1