diff options
Diffstat (limited to 'src/gui/menus.ui')
| -rw-r--r-- | src/gui/menus.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gui/menus.ui b/src/gui/menus.ui new file mode 100644 index 0000000..cfd12e8 --- /dev/null +++ b/src/gui/menus.ui @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <menu id="primary-menu"> + + <section> + <item> + <attribute name="label" translatable="yes">_Help</attribute> + <attribute name="action">app.help</attribute> + </item> + <item> + <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute> + <attribute name="action">win.show-help-overlay</attribute> + </item> + <item> + <attribute name="label" translatable="yes">_About Endeavour</attribute> + <attribute name="action">app.about</attribute> + </item> + </section> + + </menu> +</interface> |
