diff options
Diffstat (limited to 'data/app-menu.ui')
-rw-r--r-- | data/app-menu.ui | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/app-menu.ui b/data/app-menu.ui new file mode 100644 index 0000000..33165ac --- /dev/null +++ b/data/app-menu.ui @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<interface> + <menu id='app-menu'> + <section> + <item> + <attribute name='label'>_New</attribute> + <attribute name='action'>app.new</attribute> + <attribute name='accel'><Primary>n</attribute> + </item> + <item> + <attribute name='label'>_Open...</attribute> + <attribute name='action'>app.open</attribute> + <attribute name='accel'><Primary>o</attribute> + </item> + <item> + <attribute name='label'>Preferences</attribute> + <attribute name='action'>app.prefs</attribute> + </item> + </section> + <section> + <item> + <attribute name='label'>_About</attribute> + <attribute name='action'>app.about</attribute> + </item> + <item> + <attribute name='label'>_Quit</attribute> + <attribute name='action'>app.quit</attribute> + <attribute name='accel'><Primary>q</attribute> + </item> + </section> + </menu> +</interface> |