From 5082ccaf9a7110a06320866f6e2a4c73b87294c6 Mon Sep 17 00:00:00 2001 From: Ychebotarev ProductEngine Date: Mon, 8 Feb 2010 16:25:04 +0200 Subject: fix for major EXT-5067 Copy-paste is broken in nearby and IM logs --HG-- branch : product-engine --- indra/newview/llchathistory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 3aea70d1b4..929457046c 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -444,6 +444,7 @@ LLChatHistory::LLChatHistory(const LLChatHistory::Params& p) editor_params.rect = getLocalRect(); editor_params.follows.flags = FOLLOWS_ALL; editor_params.enabled = false; // read only + editor_params.show_context_menu = "true"; mEditor = LLUICtrlFactory::create(editor_params, this); } -- cgit v1.2.3