diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-05 13:18:55 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-11-05 13:18:55 +0200 |
commit | 9ec38e7ef6d51d6d817428075ec3d77a88a736ff (patch) | |
tree | 90a87acf8aa1e42cb178932a1ce7e4f8b5949030 /indra/newview | |
parent | f8d1644a4132356c2a0220110b9d9bc981f73b16 (diff) | |
parent | 77ebe6680449b3e0fda96444ba7df3140d1dcab1 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index c68d3fe023..974291a54e 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -61,7 +61,7 @@ static const S32 RESIZE_BAR_THICKNESS = 3; LLNearbyChat::LLNearbyChat(const LLSD& key) - : LLDockableFloater(NULL, key) + : LLDockableFloater(NULL, false, key) ,mChatHistory(NULL) { |