diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-25 04:10:33 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-25 04:10:33 +0100 |
commit | 4a3f1fdfe1eb3743564adcee35d5513224339260 (patch) | |
tree | 1bcc97c9bd5abcf181b9f19294a0f187ff8af103 /ui/top.ui | |
parent | 7152401783578b56343f578b4ec920998660de33 (diff) |
New upstream version 0.25.1upstream/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> |