summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>