1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Cogat -> Simba

This commit is contained in:
Merlijn Wajer 2010-07-20 15:31:07 +02:00
parent 72cecd9e7a
commit 298a31f32b

View File

@ -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;