Converter: add a single converted unit to file history menu.

git-svn-id: trunk@27345 -
This commit is contained in:
juha 2010-09-13 09:37:00 +00:00
parent 21ac9ffc21
commit f3fec16c04

View File

@ -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;