mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 16:42:47 +02:00
Converter: add a single converted unit to file history menu.
git-svn-id: trunk@27345 -
This commit is contained in:
parent
21ac9ffc21
commit
f3fec16c04
@ -448,7 +448,7 @@ begin
|
||||
Result:=SaveCodeBufferToFile(fPascalBuffer,fLazUnitFilename);
|
||||
if Result=mrOk then begin
|
||||
Result:=LazarusIDE.DoOpenEditorFile(fLazUnitFilename,0,
|
||||
[ofOnlyIfExists,ofQuiet]);
|
||||
[ofAddToRecent,ofQuiet]);
|
||||
if Result=mrOk then begin
|
||||
Result:=ConvertFormFile;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user