aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimpanel.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-13 10:16:26 -0700
committerMcCabe Maxsted2009-10-13 10:16:26 -0700
commitadc1da22ce2ad595a19e9d8aea94cb5943f76a6e (patch)
tree9f61da8216ef0fd19c13e0e48f5eb66f688ac563 /linden/indra/newview/llimpanel.cpp
parentApplied show IM logs button from Emerald viewer and added an alert if there i... (diff)
downloadmeta-impy-adc1da22ce2ad595a19e9d8aea94cb5943f76a6e.zip
meta-impy-adc1da22ce2ad595a19e9d8aea94cb5943f76a6e.tar.gz
meta-impy-adc1da22ce2ad595a19e9d8aea94cb5943f76a6e.tar.bz2
meta-impy-adc1da22ce2ad595a19e9d8aea94cb5943f76a6e.tar.xz
Disable IM history button for Linux and Mac users
Diffstat (limited to 'linden/indra/newview/llimpanel.cpp')
-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");