diff options
author | Dave Parks <davep@lindenlab.com> | 2013-01-25 17:29:44 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-01-25 17:29:44 -0600 |
commit | b8f74b42a7a2d08e9c7a2dcebec58dbd07ec0328 (patch) | |
tree | 8005cf6ee51fc1d0d1b7fdce07afd908335a4f23 /indra/newview/llviewermenu.h | |
parent | ac6a19d456089e40d6d849a7b8aea1bc6b136c12 (diff) |
MAINT-2268 Add right-click->"Mute Particle Owner" feature
Diffstat (limited to 'indra/newview/llviewermenu.h')
-rw-r--r-- | indra/newview/llviewermenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermenu.h b/indra/newview/llviewermenu.h index 2eb458fa02..87d679f54f 100644 --- a/indra/newview/llviewermenu.h +++ b/indra/newview/llviewermenu.h @@ -172,6 +172,7 @@ extern LLContextMenu *gMenuObject; extern LLContextMenu *gMenuAttachmentSelf; extern LLContextMenu *gMenuAttachmentOther; extern LLContextMenu *gMenuLand; +extern LLContextMenu *gMenuMuteParticle; // Needed to build menus when attachment site list available extern LLMenuGL* gAttachSubMenu; |