git-svn-id: https://svn.code.sf.net/p/kolmck/code@22 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
2
KOL.pas
2
KOL.pas
@@ -23401,7 +23401,7 @@ begin
|
||||
if (FPath = '') then Exit;
|
||||
FPath := IncludeTrailingPathDelimiter( FPath );
|
||||
if not Assigned(fFilters) then begin
|
||||
fFilters := {$IFDEF FORCE_ALTERNATEFILENAME} NewWStrList {$ELSE} NewStrList {$ENDIF};
|
||||
fFilters := {$IFDEF UNICODE_CTRLS} NewWStrList {$ELSE} NewStrList {$ENDIF};
|
||||
if Filter = '*.*' then
|
||||
fFilters.Add( '*' )
|
||||
else
|
||||
|
Reference in New Issue
Block a user