Skip to content
Snippets Groups Projects
Commit 0386f3e9 authored by Jonathan Yap's avatar Jonathan Yap
Browse files

Object menu: put Delete at top level, rename Remove> to Manage>

parent 992f6bd4
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@
name="Object Attach HUD" />
</context_menu>
<context_menu
label="Remove"
label="Manage"
name="Remove">
<menu_item_call
enabled="false"
......@@ -129,15 +129,6 @@
<menu_item_call.on_enable
function="Object.EnableReturn" />
</menu_item_call>
<menu_item_call
enabled="false"
label="Delete"
name="Delete">
<menu_item_call.on_click
function="Object.Delete" />
<menu_item_call.on_enable
function="Object.EnableDelete" />
</menu_item_call>
</context_menu>
<menu_item_separator layout="topleft" />
<menu_item_call
......@@ -176,4 +167,13 @@
<menu_item_call.on_enable
function="Object.EnableBuy" />
</menu_item_call>
<menu_item_call
enabled="false"
label="Delete"
name="Delete">
<menu_item_call.on_click
function="Object.Delete" />
<menu_item_call.on_enable
function="Object.EnableDelete" />
</menu_item_call>
</context_menu>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment