mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 18:20:42 +02:00
LazReport, Remember the last saved file directory if possible, issue #28770
git-svn-id: trunk@52708 -
This commit is contained in:
parent
0653cf52ef
commit
c66e4799fa
@ -3404,7 +3404,8 @@ begin
|
||||
sTemplFile + ' (*.frt)|*.frt|' +
|
||||
sLazFormFile + ' (*.lrf)|*.lrf|' +
|
||||
sLazTemplateFile + ' (*.lrt)|*.lrt';
|
||||
InitialDir:=ExtractFilePath(ParamStrUTF8(0));
|
||||
if InitialDir='' then
|
||||
InitialDir:=ExtractFilePath(ParamStrUTF8(0));
|
||||
FileName := CurDocName;
|
||||
FilterIndex := 3;
|
||||
if Execute then
|
||||
|
Loading…
Reference in New Issue
Block a user