mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Cogat -> Simba
This commit is contained in:
parent
72cecd9e7a
commit
298a31f32b
@ -2311,7 +2311,7 @@ begin;
|
||||
if CurrScript.ScriptName <> '' then
|
||||
SynExporterHTML.Title:= 'Simba - ' + CurrScript.ScriptName
|
||||
else
|
||||
SynExporterHTML.Title:= 'Cogat - Untitled';
|
||||
SynExporterHTML.Title:= 'Simba - Untitled';
|
||||
SynExporterHTML.ExportAll(CurrScript.SynEdit.Lines);
|
||||
SynExporterHTML.SaveToFile(FileName);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user