aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llmenugl.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-05-24 02:59:02 -0500
committerJacek Antonelli2009-05-24 02:59:08 -0500
commit811454f47ea1f3c5cb8971f0fed0959b18bd0747 (patch)
tree1b8689df2dc8857cdc5a956a5233d5bf94b5c8d7 /linden/indra/llui/llmenugl.h
parentSecond Life viewer sources 1.23.0-RC (diff)
downloadmeta-impy-811454f47ea1f3c5cb8971f0fed0959b18bd0747.zip
meta-impy-811454f47ea1f3c5cb8971f0fed0959b18bd0747.tar.gz
meta-impy-811454f47ea1f3c5cb8971f0fed0959b18bd0747.tar.bz2
meta-impy-811454f47ea1f3c5cb8971f0fed0959b18bd0747.tar.xz
Second Life viewer sources 1.23.1-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llmenugl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llui/llmenugl.h b/linden/indra/llui/llmenugl.h
index a2ef968..030b81b 100644
--- a/linden/indra/llui/llmenugl.h
+++ b/linden/indra/llui/llmenugl.h
@@ -439,6 +439,10 @@ public:
439 // Add the menu item to this menu. 439 // Add the menu item to this menu.
440 virtual BOOL append( LLMenuItemGL* item ); 440 virtual BOOL append( LLMenuItemGL* item );
441 441
442 // *NOTE:Mani - appendNoArrange() should be removed when merging to skinning/viewer2.0
443 // Its added as a fix to a viewer 1.23 bug that has already been address by skinning work.
444 virtual BOOL appendNoArrange( LLMenuItemGL* item );
445
442 // add a separator to this menu 446 // add a separator to this menu
443 virtual BOOL appendSeparator( const std::string &separator_name = LLStringUtil::null ); 447 virtual BOOL appendSeparator( const std::string &separator_name = LLStringUtil::null );
444 448