2014-05-20 15:45:13 +00:00
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.0"/>
|
2014-07-15 09:08:57 +00:00
|
|
|
<menu id="app-menu">
|
2014-06-25 11:52:17 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">New window</attribute>
|
|
|
|
<attribute name="action">app.new-window</attribute>
|
|
|
|
<attribute name="accel"><Primary>n</attribute>
|
2014-06-25 11:52:17 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
2014-05-20 15:45:13 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">Logout</attribute>
|
|
|
|
<attribute name="action">app.logout</attribute>
|
|
|
|
<attribute name="accel"><Primary><Shift>l</attribute>
|
2014-05-20 15:45:13 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">Connect</attribute>
|
|
|
|
<attribute name="action">app.connect</attribute>
|
|
|
|
<attribute name="accel"><Primary>l</attribute>
|
2014-05-20 15:45:13 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">About</attribute>
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
<attribute name="accel"><Primary>h</attribute>
|
2014-05-20 15:45:13 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">Quit</attribute>
|
|
|
|
<attribute name="action">app.quit</attribute>
|
|
|
|
<attribute name="accel"><Primary>q</attribute>
|
2014-05-20 15:45:13 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
2014-07-15 09:08:57 +00:00
|
|
|
<menu id="win-menu">
|
|
|
|
<section id="modules">
|
2014-05-20 15:45:13 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
2014-07-15 09:08:57 +00:00
|
|
|
<attribute name="label" translatable="yes">Close</attribute>
|
|
|
|
<attribute name="action">win.close</attribute>
|
|
|
|
<attribute name="accel"><Primary>w</attribute>
|
2014-05-20 15:45:13 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|
|
|
|
|