From: naru Date: Sun, 20 Apr 2003 17:05:59 +0000 (+0000) Subject: Fix: SsParser properties are not well handled X-Git-Tag: BOTTLE2-55~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5870834cf985ebf0786c829a4dde87c9a9aa954c;p=winbottle%2Fwinbottle.git Fix: SsParser properties are not well handled --- diff --git a/bottleclient/MainForm.pas b/bottleclient/MainForm.pas index 3b2ce61..2c64248 100755 --- a/bottleclient/MainForm.pas +++ b/bottleclient/MainForm.pas @@ -1139,6 +1139,8 @@ begin UnyuTalking := false; QuickSection := false; Synchronize := false; + SsParser.LeaveEscape := true; + SsParser.EscapeInvalidMeta := false; SsParser.InputString := Script; Script := ''; Warnings := TStringList.Create;