44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk+" version="3.0" />
|
|
<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>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Open</attribute>
|
|
<attribute name="action">app.open</attribute>
|
|
<attribute name="accel"><Primary>o</attribute>
|
|
</item>
|
|
</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>
|
|
<menu id="window-menu">
|
|
<item>
|
|
<attribute name="label" translatable="yes">Save</attribute>
|
|
<attribute name="action">win.save</attribute>
|
|
<attribute name="accel"><Primary>s</attribute>
|
|
</item>
|
|
</menu>
|
|
</interface>
|