diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-02-05 12:42:33 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-02-05 12:42:33 -0800 |
commit | a8b6083f47e59bdff00cb5204fc42ef214f3567a (patch) | |
tree | 642e1d53d4c77d0155315ba65daff746622e6dec /indra/llui/llmenugl.cpp | |
parent | b8a46c81eefc3da66fc1a1c3ed9bfbf4418b535d (diff) | |
parent | 41ab7853536dcbbf2b64d06b754617ee6bc7e896 (diff) |
merge
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rw-r--r-- | indra/llui/llmenugl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 7fa9a88059..d18abbfb2f 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -3941,7 +3941,6 @@ BOOL LLContextMenu::appendContextSubMenu(LLContextMenu *menu) item = LLUICtrlFactory::create<LLContextMenuBranch>(p); LLMenuGL::sMenuContainer->addChild(item->getBranch()); - item->setFont( LLFontGL::getFontSansSerif() ); return append( item ); } |