diff options
author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2010-09-02 19:34:26 +0200 |
---|---|---|
committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2010-09-02 19:34:26 +0200 |
commit | 1b4ae0e053671aa39d14a3aa36e6e73282fec7b3 (patch) | |
tree | 40fb54ba536ea5c4ba19ff1466d7048b05a5daf4 /indra/llui/llmenugl.cpp | |
parent | 63f2ddf377fa0fc6a666cdc1001289335d86258b (diff) | |
parent | 3e299ab7642871b9d687940b1968de98f461892d (diff) |
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() |