diff options
author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2010-09-05 23:07:02 +0200 |
---|---|---|
committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2010-09-05 23:07:02 +0200 |
commit | a18e83e0607412c9c0c71f7d533eb88309bb197e (patch) | |
tree | a4b35ec3abed2c7c596c4633fb29a01d2d2ae9a0 /indra/llui/llmenugl.cpp | |
parent | 5ead04fb463544a5df4b2be24107ba31c608abe6 (diff) | |
parent | 3ff8d39060bef54a09e957a259114a6d998a68d4 (diff) |
re-merged 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() |