|
@@ -1058,7 +1058,7 @@ begin
|
|
end;
|
|
end;
|
|
if enum.matches.Count>0 then // there are matches
|
|
if enum.matches.Count>0 then // there are matches
|
|
begin
|
|
begin
|
|
- fpath:=GetWinFontsDir;
|
|
|
|
|
|
+ fpath:=IncludeTrailingPathDelimiter(GetWinFontsDir);
|
|
for i:=enum.matches.Count-1 downto 0 do
|
|
for i:=enum.matches.Count-1 downto 0 do
|
|
begin
|
|
begin
|
|
FI:=TFontItem(enum.matches[i]);
|
|
FI:=TFontItem(enum.matches[i]);
|