diff options
| author | Richard Linden <none@none> | 2011-03-01 11:33:14 -0800 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2011-03-01 11:33:14 -0800 | 
| commit | ac2a1aa5b017c098c98745988fcd77a243ef6552 (patch) | |
| tree | d30792ec62eabc497fcb18a258276947cd037e3e | |
| parent | 0c655139bfb50aeadb94079b3340352a510fec5d (diff) | |
SOCIAL-554 FIX Allow right click of other avatars
| -rw-r--r-- | indra/newview/skins/minimal/xui/en/menu_attachment_other.xml | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/skins/minimal/xui/en/menu_attachment_other.xml b/indra/newview/skins/minimal/xui/en/menu_attachment_other.xml index 9ed61b2317..b55e677276 100644 --- a/indra/newview/skins/minimal/xui/en/menu_attachment_other.xml +++ b/indra/newview/skins/minimal/xui/en/menu_attachment_other.xml @@ -72,14 +72,5 @@             function="Tools.LookAtSelection"             parameter="zoom" />      </menu_item_call> -   <menu_item_call -     enabled="false" -     label="Pay" -     name="Pay..."> -        <menu_item_call.on_click -         function="PayObject" /> -        <menu_item_call.on_enable -         function="EnablePayAvatar" /> -    </menu_item_call>     <menu_item_separator />  </context_menu>  | 
