mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-24 18:22:25 -05:00
Simba: Fix spelling.
This commit is contained in:
parent
5d4fb24153
commit
230b825388
@ -1588,7 +1588,7 @@ begin
|
|||||||
ScriptFile:= SetDirSeparators(Filename);
|
ScriptFile:= SetDirSeparators(Filename);
|
||||||
ScriptName:= ExtractFileNameOnly(ScriptFile);
|
ScriptName:= ExtractFileNameOnly(ScriptFile);
|
||||||
mDebugLn('Script name will be: ' + ScriptName);
|
mDebugLn('Script name will be: ' + ScriptName);
|
||||||
FormWritelnEx('Succesfully saved: ' + ScriptFile);
|
FormWritelnEx('Successfully saved: ' + ScriptFile);
|
||||||
StartText:= SynEdit.Lines.Text;
|
StartText:= SynEdit.Lines.Text;
|
||||||
ScriptChanged := false;
|
ScriptChanged := false;
|
||||||
SynEdit.MarkTextAsSaved;
|
SynEdit.MarkTextAsSaved;
|
||||||
|
Loading…
Reference in New Issue
Block a user