diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-17 10:53:10 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-17 10:53:10 +0100 |
commit | acfb50f61c04b12c8df4420c943b6cc9242eb7e9 (patch) | |
tree | 801682aaa0cca47de6dc2978db71422476ca39fc /indra/newview/llpanelpeople.cpp | |
parent | 599a9a97b42626f2e45d4a9bf8e2dc297b3c31b1 (diff) | |
parent | 9eeaaf67387377fcf552be7cae5191df338f5a1e (diff) |
merge from PE's viewer-release
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rw-r--r-- | indra/newview/llpanelpeople.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index f16d1d8fda..6dd800c0c6 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -1450,7 +1450,7 @@ void LLPanelPeople::showFriendsAccordionsIfNeeded() LLAccordionCtrl* accordion = getChild<LLAccordionCtrl>("friends_accordion"); accordion->arrange(); - // *TODO: new empty_accordion_text attribute was implemented in accordion (EXT-7368). + // *TODO: new no_matched_tabs_text attribute was implemented in accordion (EXT-7368). // this code should be refactored to use it // keep help text in a synchronization with accordions visibility. updateFriendListHelpText(); |