diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-11-19 19:16:31 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-11-19 19:16:31 +0000 |
| commit | 225e7a23f96c8c04001a8cbe0a67cacabc59398f (patch) | |
| tree | 33484651a16391e928a2bb80fc44450fdc5002ff /share | |
| parent | Add src/io/README (diff) | |
| parent | Allow multiple semi-colon separated entries in --export-id; each entry will b... (diff) | |
| download | inkscape-225e7a23f96c8c04001a8cbe0a67cacabc59398f.tar.gz inkscape-225e7a23f96c8c04001a8cbe0a67cacabc59398f.zip | |
Merge branch 'main'
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/inkscape-application.xml | 31 |
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"><Primary>n</attribute> + </item> + <item> + <attribute name="label" translatable="yes">_Quit</attribute> + <attribute name="action">app.quit</attribute> + <attribute name="accel"><Primary>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> |
