summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-01-04 16:18:57 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2010-01-04 16:18:57 +0200
commit0508dab52393a02e9ace36441b3b755eb3617d08 (patch)
tree04af52385bef2cf306d490af6f0a630a6882cfd0 /indra/newview
parent32657e37ab14e3ea4b5ff719e147fd720e895d77 (diff)
fixed EXT-3765 “There is no tongue for voice control panel in docked state”,
made dockable floaters have tongue by default; --HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llnearbychat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp
index 2ad82d3e8e..649c414569 100644
--- a/indra/newview/llnearbychat.cpp
+++ b/indra/newview/llnearbychat.cpp
@@ -63,7 +63,7 @@
static const S32 RESIZE_BAR_THICKNESS = 3;
LLNearbyChat::LLNearbyChat(const LLSD& key)
- : LLDockableFloater(NULL, false, key)
+ : LLDockableFloater(NULL, false, false, key)
,mChatHistory(NULL)
{