mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 17:58:03 +02:00
Educationlaz: Restore FileExistsUTF8 back, changed in r52239 #5238eb9493.
git-svn-id: trunk@52242 -
This commit is contained in:
parent
0e7a106ef0
commit
1ab4015e86
@ -412,7 +412,7 @@ var
|
||||
FullFilename: String;
|
||||
begin
|
||||
FullFilename:=GetFullFilename;
|
||||
if FileExists(FullFilename)
|
||||
if FileExistsUTF8(FullFilename)
|
||||
and (FLastSavedChangeStep=TEduOptsRootNode(Root).ChangeStep) then
|
||||
Result:=mrOK;
|
||||
Result:=SaveToFile(Filename);
|
||||
|
Loading…
Reference in New Issue
Block a user