diff options
Diffstat (limited to 'data/ui/direct_context.ui')
-rw-r--r-- | data/ui/direct_context.ui | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/ui/direct_context.ui b/data/ui/direct_context.ui new file mode 100644 index 0000000..852fe93 --- /dev/null +++ b/data/ui/direct_context.ui @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.0 --> +<interface domain="shotwell"> + <menu id="DirectContextMenu"> + <section> + <item> + <attribute name="label" translatable="yes">_Enhance</attribute> + <attribute name="accel"><Primary>e</attribute> + <attribute name="action">win.Enhance</attribute> + </item> + <item> + <attribute name="label" translatable="yes">Re_vert to Original</attribute> + <attribute name="action">win.Revert</attribute> + </item> + </section> + <section> + <item> + <attribute name="label" translatable="yes">Show in File Mana_ger</attribute> + <attribute name="accel"><Primary><Shift>m</attribute> + <attribute name="action">win.CommonJumpToFile</attribute> + </item> + <item> + <attribute name="label" translatable="yes">Send _To…</attribute> + <attribute name="action">win.SendTo</attribute> + </item> + </section> + </menu> +</interface> |