From 4877f7680085d84b7e434bba64fad292f564c8fd Mon Sep 17 00:00:00 2001 From: naru Date: Tue, 8 Apr 2003 21:46:01 +0000 Subject: [PATCH] Fix: Double clicking of log does not translate URL tag --- bottleclient/LogForm.pas | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0