diff options
Diffstat (limited to 'src/ui/app-menu.ui')
-rw-r--r-- | src/ui/app-menu.ui | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ui/app-menu.ui b/src/ui/app-menu.ui new file mode 100644 index 0000000..11428d5 --- /dev/null +++ b/src/ui/app-menu.ui @@ -0,0 +1,18 @@ +<interface> + <menu id="app-menu"> + <section> + <item> + <attribute name="action">app.help</attribute> + <attribute name="label" translatable="yes">_Help</attribute> + </item> + <item> + <attribute name="action">app.about</attribute> + <attribute name="label" translatable="yes">_About Archive Manager</attribute> + </item> + <item> + <attribute name="action">app.quit</attribute> + <attribute name="label" translatable="yes">_Quit</attribute> + </item> + </section> + </menu> +</interface> |