mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:59:16 +02:00
* Fix adding filename to MRU when save as is called
git-svn-id: trunk@61435 -
This commit is contained in:
parent
9c6809c984
commit
a021125215
@ -151,11 +151,7 @@ begin
|
|||||||
FileName:=Self.FFileName;
|
FileName:=Self.FFileName;
|
||||||
Result:=Execute;
|
Result:=Execute;
|
||||||
if Result then
|
if Result then
|
||||||
begin
|
SaveSchemaFile(FileName);
|
||||||
fraEditor.SaveSchema(FileName);
|
|
||||||
Self.FFileName:=FileName;
|
|
||||||
SetCaption;
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user