diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-07 18:11:33 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-07 18:11:33 +0200 |
commit | 4a1bb89faffae4b1d87013dba104545c1b9952e0 (patch) | |
tree | 1b89f65ea03ae6b9d3b3d0f3b9989a7bc275bf9c /indra/newview/llsyswellwindow.cpp | |
parent | 8cd690bc1f754ec66ebd175c2bbb6d2763825969 (diff) |
Completed normal task EXT-3148 (Implement updating of the IM Well message counter).
-- added broken constants' initialization (in Changeset: f0931dcb0481)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.cpp')
-rw-r--r-- | indra/newview/llsyswellwindow.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index f64cd4727b..bef7f5d6aa 100644 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -49,7 +49,10 @@ LLSysWellWindow::LLSysWellWindow(const LLSD& key) : LLDockableFloater(NULL, key), mChannel(NULL), mMessageList(NULL), - mSeparator(NULL) + mSeparator(NULL), + NOTIFICATION_WELL_ANCHOR_NAME("notification_well_panel"), + IM_WELL_ANCHOR_NAME("im_well_panel") + { mTypedItemsCount[IT_NOTIFICATION] = 0; mTypedItemsCount[IT_INSTANT_MESSAGE] = 0; |