diff options
author | Andrew Polunin <apolunin@productengine.com> | 2009-12-19 20:00:46 +0200 |
---|---|---|
committer | Andrew Polunin <apolunin@productengine.com> | 2009-12-19 20:00:46 +0200 |
commit | 05898105c88a2fa175bdc3d353461a6f61ad0616 (patch) | |
tree | c1c7b0a45ad8930a4dcf9710b60eed74088b3089 /indra/newview/llchiclet.cpp | |
parent | 24b1f278247315efcc317394c200651ea7ab11d2 (diff) |
fixed major bug EXT-3586 IM well button shows \"9+\" if number of unread IMs is more than 9
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 21a0381495..bb09f34362 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -140,7 +140,7 @@ private: LLSysWellChiclet::Params::Params() : button("button") , unread_notifications("unread_notifications") -, max_displayed_count("max_displayed_count", 9) +, max_displayed_count("max_displayed_count", 99) , flash_to_lit_count("flash_to_lit_count", 3) , flash_period("flash_period", 0.5F) { |