Skip to content

Commit d6f320f

Browse files
committed
Clean up Object SLURL right click menu with a few submenus
1 parent e4eca07 commit d6f320f

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

indra/newview/skins/default/xui/en-us/menu_url_objectim.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
label="Object"
55
name="Url Popup">
66
<menu filename="menu_url_object_owner.xml"/>
7+
<menu name="URL Actions" label="URL Actions">
78
<menu_item_call
89
label="Object Profile..."
910
layout="topleft"
@@ -41,6 +42,8 @@
4142
<menu_item_call.on_click
4243
function="Text.Url" userdata="Teleport" />
4344
</menu_item_call>
45+
</menu>
46+
<menu name="Object" label="Object">
4447
<menu_item_call label="Cam To" name="Cam To">
4548
<on_click function="List.Object.CamTo"/>
4649
<on_visible function="List.IsNearby"/>
@@ -81,25 +84,26 @@
8184
<menu_item_call label="Derender" name="Derender">
8285
<on_click function="List.Object.Derender"/>
8386
</menu_item_call>
84-
<menu_item_separator
85-
layout="topleft" />
87+
</menu>
88+
<menu name="Copy" label="Copy">
8689
<menu_item_call
87-
label="Copy Object Name to clipboard"
90+
label="Name"
8891
layout="topleft"
8992
name="url_copy_label">
9093
<menu_item_call.on_click
9194
function="Text.Url" userdata="CopyLabel" />
9295
</menu_item_call>
9396
<menu_item_call
94-
label="Copy SLURL to clipboard"
97+
label="SLURL"
9598
layout="topleft"
9699
name="url_copy">
97100
<menu_item_call.on_click
98101
function="Text.Url" userdata="CopyUrl" />
99102
</menu_item_call>
100-
<menu_item_call label="Copy Key to clipboard" name="key_copy">
103+
<menu_item_call label="Key" name="key_copy">
101104
<menu_item_call.on_click function="List.CopyUUIDs"/>
102105
</menu_item_call>
106+
</menu>
103107
<menu_item_call label="Select All" name="Select All">
104108
<on_click function="Text" userdata="SelectAll"/>
105109
</menu_item_call>

0 commit comments

Comments
 (0)