From cc602346e3fc8379388f472aa4b783ddc6c2678b Mon Sep 17 00:00:00 2001 From: naru Date: Sat, 22 Jun 2002 16:19:59 +0000 Subject: [PATCH] Enable toFixMessySurface when Dbl-Clicking --- bottleclient/LogForm.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/bottleclient/LogForm.pas b/bottleclient/LogForm.pas index fe8d473..63100b9 100755 --- a/bottleclient/LogForm.pas +++ b/bottleclient/LogForm.pas @@ -211,6 +211,7 @@ begin Opt := [toConvertURL, toWaitScriptEnd]; if Pref.NoTransUrl then Opt := Opt + [toNoChoice]; if Pref.IgnoreFrequentYenS then Opt := Opt + [toIgnoreFrequentYenS]; + if Pref.FixMessySurface then Opt := Opt + [toFixMessySurface]; frmSender.DoTrans(Script, Opt); Ghost := frmSender.GetChannelPrefs(Log.Channel).TargetGhost; -- 2.11.0