2013-09-03 16:10:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2013-09-09 09:12:36 +00:00
|
|
|
<requires lib="gtk+" version="3.0" />
|
2013-09-08 11:37:38 +00:00
|
|
|
<menu id="app-menu">
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">New window</attribute>
|
|
|
|
<attribute name="action">app.new-window</attribute>
|
|
|
|
<attribute name="accel"><Primary>n</attribute>
|
|
|
|
</item>
|
2013-09-17 11:58:49 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Open</attribute>
|
|
|
|
<attribute name="action">app.open</attribute>
|
|
|
|
<attribute name="accel"><Primary>o</attribute>
|
|
|
|
</item>
|
2013-09-08 11:37:38 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Preferences</attribute>
|
|
|
|
<attribute name="action">app.preferences</attribute>
|
|
|
|
<attribute name="accel"><Primary>p</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">About Astrognome</attribute>
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Quit</attribute>
|
|
|
|
<attribute name="action">app.quit</attribute>
|
|
|
|
<attribute name="accel"><Primary>q</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
2013-09-08 21:01:37 +00:00
|
|
|
<menu id="window-menu">
|
2013-09-17 11:58:49 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Save</attribute>
|
|
|
|
<attribute name="action">win.save</attribute>
|
|
|
|
<attribute name="accel"><Primary>s</attribute>
|
|
|
|
</item>
|
2013-09-18 08:09:32 +00:00
|
|
|
<item>
|
|
|
|
<attribute name="label" translatable="yes">Save as…</attribute>
|
|
|
|
<attribute name="action">win.save-as</attribute>
|
|
|
|
<attribute name="accel"><Primary><Shift>s</attribute>
|
|
|
|
</item>
|
2013-09-08 21:01:37 +00:00
|
|
|
</menu>
|
2013-09-03 16:10:12 +00:00
|
|
|
</interface>
|