diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-03-18 18:13:39 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-03-18 18:13:39 +0200 |
commit | 155072934832baf42a0dd01f1d898ccad4782a11 (patch) | |
tree | 595380c57414879ae29ecd15987e61e19a838bb5 /indra/newview/llspeakers.cpp | |
parent | 095cd1b639a969686ff5b9fadfce6b90f038590e (diff) |
Done normal task EXT-6290 ([TRUNCATION] Block List - type shown after name is truncated when the name is long. need 'en' xui rework)
* Changed the way blocked items are shown in the list. For now they are separated on two columns: Name & Type.
If Name is too long it is shown truncated (with ...)
* As result remove deprecated methods from LLMute to concatenate its name & type and to extract name & type from the such concatenated string.
* reduce include dependence from llmutelist.h
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llspeakers.cpp')
-rw-r--r-- | indra/newview/llspeakers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llspeakers.cpp b/indra/newview/llspeakers.cpp index 717a8bda1e..6cf9c6b95d 100644 --- a/indra/newview/llspeakers.cpp +++ b/indra/newview/llspeakers.cpp @@ -37,7 +37,6 @@ #include "llagent.h" #include "llappviewer.h" #include "llimview.h" -#include "llmutelist.h" #include "llsdutil.h" #include "lluicolortable.h" #include "llviewerobjectlist.h" |