diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-25 04:11:58 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-25 04:11:58 +0100 |
commit | ccff5442184e84d511c2bd25ed3da53e4336a272 (patch) | |
tree | 8402a0ba68852e0aec5841ed4519ccfe88352223 /ui/top.ui | |
parent | a1e1833f48ed618273dab9198b547148a89832a7 (diff) | |
parent | 4a3f1fdfe1eb3743564adcee35d5513224339260 (diff) |
Merge tag 'upstream/0.25.1'
Upstream version 0.25.1
Diffstat (limited to 'ui/top.ui')
-rw-r--r-- | ui/top.ui | 57 |
1 files changed, 45 insertions, 12 deletions
@@ -1,12 +1,45 @@ -<ui> - <menubar name="MenuBar"> - <menu name="FileMenu" action="FileMenu" /> - <menu name="EditMenu" action="EditMenu" /> - <menu name="ViewMenu" action="ViewMenu" /> - <menu name="PhotoMenu" action="PhotoMenu" /> - <menu name="PhotosMenu" action="PhotosMenu" /> - <menu name="EventsMenu" action="EventsMenu" /> - <menu name="TagsMenu" action="TagsMenu" /> - <menu name="HelpMenu" action="HelpMenu" /> - </menubar> -</ui> +<?xml version="1.0"?> +<interface domain="shotwell"> + <menu id="MenuBar"> + <submenu> + <attribute name="label" translatable="yes">_File</attribute> + <section> + </section> + </submenu> + <submenu> + <attribute name="label" translatable="yes">_Edit</attribute> + <section> + </section> + </submenu> + <submenu> + <attribute name="label" translatable="yes">_View</attribute> + <section> + </section> + </submenu> + <submenu> + <attribute name="label" translatable="yes">_Photo</attribute> + <section> + </section> + </submenu> + <submenu> + <attribute name="label" translatable="yes">_Photos</attribute> + <section> + </section> + </submenu> + <submenu> + <attribute name="label" translatable="yes">Even_ts</attribute> + <section> + </section> + </submenu> + <submenu> + <attribute name="label" translatable="yes">Ta_gs</attribute> + <section> + </section> + </submenu> + <submenu> + <attribute name="label" translatable="yes">_Help</attribute> + <section> + </section> + </submenu> + </menu> +</interface> |