summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-11-19 19:16:31 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-11-19 19:16:31 +0000
commit225e7a23f96c8c04001a8cbe0a67cacabc59398f (patch)
tree33484651a16391e928a2bb80fc44450fdc5002ff /share
parentAdd src/io/README (diff)
parentAllow multiple semi-colon separated entries in --export-id; each entry will b... (diff)
downloadinkscape-225e7a23f96c8c04001a8cbe0a67cacabc59398f.tar.gz
inkscape-225e7a23f96c8c04001a8cbe0a67cacabc59398f.zip
Merge branch 'main'
Diffstat (limited to 'share')
-rw-r--r--share/ui/inkscape-application.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/share/ui/inkscape-application.xml b/share/ui/inkscape-application.xml
new file mode 100644
index 000000000..ab9d946ee
--- /dev/null
+++ b/share/ui/inkscape-application.xml
@@ -0,0 +1,31 @@
+<interface>
+ <requires lib="gtk+" version="3.4"/>
+
+ <!-- Application menubar -->
+ <menu id="menu-application">
+ <submenu>
+ <attribute name="label" translatable="yes">_File</attribute>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_New</attribute>
+ <attribute name="action">app.new</attribute>
+ <attribute name="accel">&lt;Primary&gt;n</attribute>
+ </item>
+ <item>
+ <attribute name="label" translatable="yes">_Quit</attribute>
+ <attribute name="action">app.quit</attribute>
+ <attribute name="accel">&lt;Primary&gt;q</attribute>
+ </item>
+ </section>
+ </submenu>
+ <submenu>
+ <attribute name="label" translatable="yes">_Help</attribute>
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_About</attribute>
+ <attribute name="action">app.about</attribute>
+ </item>
+ </section>
+ </submenu>
+ </menu>
+</interface>