mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:30:21 +02:00
* Fix default values (bug ID 27996)
git-svn-id: trunk@32809 -
This commit is contained in:
parent
6a84b02189
commit
1906217491
@ -369,6 +369,11 @@ begin
|
|||||||
FCreator.Options.BackendOptions.Add(Arg);
|
FCreator.Options.BackendOptions.Add(Arg);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
// Set defaults
|
||||||
|
if FCreator.Options.BackEnd='' then
|
||||||
|
FCreator.Options.BackEnd:='html';
|
||||||
|
if SelectedPackage.Output='' then
|
||||||
|
SelectedPackage.Output:=SelectedPackage.Name;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure TFPDocApplication.DoRun;
|
Procedure TFPDocApplication.DoRun;
|
||||||
|
Loading…
Reference in New Issue
Block a user