aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llmenugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llmenugl.h')
-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