This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
2014-05-20 15:45:13 +00:00
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.0"/>
|
|
|
|
<menu id='app-menu'>
|
2014-06-25 11:52:17 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name='label' translatable='yes'>New window</attribute>
|
|
|
|
<attribute name='action'>app.new-window</attribute>
|
|
|
|
<attribute name='accel'><Primary>n</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
2014-05-20 15:45:13 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name='label' translatable='yes'>Logout</attribute>
|
|
|
|
<attribute name='action'>app.logout</attribute>
|
|
|
|
<attribute name='accel'><Primary><Shift>l</attribute>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<attribute name='label' translatable='yes'>Connect</attribute>
|
|
|
|
<attribute name='action'>app.connect</attribute>
|
|
|
|
<attribute name='accel'><Primary>l</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name='label' translatable='yes'>About</attribute>
|
|
|
|
<attribute name='action'>app.about</attribute>
|
|
|
|
<attribute name='accel'><Primary>h</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<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='win-menu'>
|
|
|
|
<section id='modules'>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<attribute name='label' translatable='yes'>Close</attribute>
|
|
|
|
<attribute name='action'>win.close</attribute>
|
|
|
|
<attribute name='accel'><Primary>w</attribute>
|
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|
|
|
|
|