Fix copy-paste error

This commit is contained in:
Margers 2024-11-12 06:47:55 +00:00
parent 89142ba73a
commit 7ac4e38b71

View File

@ -1038,7 +1038,7 @@ begin
if ((DesktopFileFlags and dfCodeTemplates)<>0) then
OK:=ReadCodeTemplates(F) and OK;
if ((DesktopFileFlags and dfReturnToLastDir)<>0) then
OK:=WriteReturnToLastDir(F) and OK;
OK:=ReadReturnToLastDir(F) and OK;
{$ifdef Unix}
OK:=ReadKeys(F) and OK;
{$endif Unix}