From: naru Date: Tue, 8 Apr 2003 21:46:01 +0000 (+0000) Subject: Fix: Double clicking of log does not translate URL tag X-Git-Tag: BOTTLE2-51-1~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4877f7680085d84b7e434bba64fad292f564c8fd;p=winbottle%2Fwinbottle.git Fix: Double clicking of log does not translate URL tag --- diff --git a/bottleclient/LogForm.pas b/bottleclient/LogForm.pas index a5e2689..62ea5a3 100755 --- a/bottleclient/LogForm.pas +++ b/bottleclient/LogForm.pas @@ -311,6 +311,7 @@ begin end; CueItem := TLogItem.Create(Log); + CueItem.Script := Script; try frmSender.BottleSstp.Unshift(CueItem); except