summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_profile_other.xml
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-09 00:57:19 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-04-09 00:57:19 +0300
commit285e36b57ea895f660f06095652b8cf03b7cbc09 (patch)
tree2c591fd818882a3c2a6d454ebf6801c698f25866 /indra/newview/skins/default/xui/en/menu_profile_other.xml
parent2f776a38af873163d6b5d5e030ce4b57a3e10e93 (diff)
SL-15312 Legacy profiles remake #3
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_profile_other.xml')
-rw-r--r--indra/newview/skins/default/xui/en/menu_profile_other.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_profile_other.xml b/indra/newview/skins/default/xui/en/menu_profile_other.xml
index 5fc625b8e5..7731ee65d1 100644
--- a/indra/newview/skins/default/xui/en/menu_profile_other.xml
+++ b/indra/newview/skins/default/xui/en/menu_profile_other.xml
@@ -126,4 +126,35 @@
function="Profile.EnableItem"
parameter="toggle_block_agent"/>
</menu_item_check>
+ <menu_item_separator name="separator_copy_options"/>
+ <menu_item_call
+ label="Copy Display Name"
+ layout="topleft"
+ name="copy_display_name">
+ <menu_item_call.on_click
+ function="Profile.Commit"
+ parameter="copy_display_name"/>
+ <menu_item_call.on_enable
+ function="Profile.EnableItem"
+ parameter="copy_display_name"/>
+ </menu_item_call>
+ <menu_item_call
+ label="Copy Agent Name"
+ layout="topleft"
+ name="copy_name">
+ <menu_item_call.on_click
+ function="Profile.Commit"
+ parameter="copy_username"/>
+ <menu_item_call.on_enable
+ function="Profile.EnableItem"
+ parameter="copy_username"/>
+ </menu_item_call>
+ <menu_item_call
+ label="Copy Agent Id"
+ layout="topleft"
+ name="copy_id">
+ <menu_item_call.on_click
+ function="Profile.Commit"
+ parameter="copy_user_id"/>
+ </menu_item_call>
</toggleable_menu>