blob: c402100fb1e713cadc8a6b49dc35278aaeb4dbed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
layout="topleft"
name="COF Attachment">
<menu_item_call
label="Detach"
layout="topleft"
name="detach">
<on_click
function="Attachment.Detach"
parameter="detach"/>
</menu_item_call>
</context_menu>
|