aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llimpanel.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp
index 625da78..25d0b63 100644
--- a/linden/indra/newview/llimpanel.cpp
+++ b/linden/indra/newview/llimpanel.cpp
@@ -1256,6 +1256,10 @@ BOOL LLFloaterIMPanel::postBuild()
1256 requires<LLLineEditor>("chat_editor"); 1256 requires<LLLineEditor>("chat_editor");
1257 requires<LLTextEditor>("im_history"); 1257 requires<LLTextEditor>("im_history");
1258 1258
1259#if LL_LINUX || LL_DARWIN
1260 childSetVisible("history_btn", false);
1261#endif
1262
1259 if (checkRequirements()) 1263 if (checkRequirements())
1260 { 1264 {
1261 mInputEditor = getChild<LLLineEditor>("chat_editor"); 1265 mInputEditor = getChild<LLLineEditor>("chat_editor");