diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-20 18:15:20 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-20 18:15:20 +0100 |
commit | 14cf6fd5a2239fc7a629e800b2e61b07e5ac238b (patch) | |
tree | 1646baafab3900c0dd0866cd3fbb206a03c353bb /indra/llui/llmenugl.cpp | |
parent | 6a28f9b242fb30ddd7b4c422f3278ad187939164 (diff) | |
parent | a18e83e0607412c9c0c71f7d533eb88309bb197e (diff) |
merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rw-r--r-- | indra/llui/llmenugl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 900a814238..6d590cf54e 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -3738,8 +3738,7 @@ void LLContextMenuBranch::buildDrawLabel( void ) appendAcceleratorString( st ); mDrawAccelLabel = st; - // No special branch suffix - mDrawBranchLabel.clear(); + mDrawBranchLabel = LLMenuGL::BRANCH_SUFFIX; } void LLContextMenuBranch::showSubMenu() |