41 lines
1.6 KiB
XML
41 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id='app-menu'>
|
|
<section>
|
|
<submenu>
|
|
<attribute name='label'>Config</attribute>
|
|
<item>
|
|
<attribute name='label'>Change Xe-lts config</attribute>
|
|
<attribute name='action'>win.config1</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name='label'>Change Xe-stable config</attribute>
|
|
<attribute name='action'>win.config2</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name='label'>Change Xe-devel config</attribute>
|
|
<attribute name='action'>win.config3</attribute>
|
|
</item>
|
|
</submenu>
|
|
<submenu>
|
|
<attribute name='label'>Backgrounds</attribute>
|
|
<item>
|
|
<attribute name='label'>XeRelease8-9</attribute>
|
|
<attribute name='action'>win.back1</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name='label'>XeRelease10-12</attribute>
|
|
<attribute name='action'>win.back2</attribute>
|
|
</item>
|
|
</submenu>
|
|
<item>
|
|
<attribute name='label'>About</attribute>
|
|
<attribute name='action'>win.about</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name='label'>Exit</attribute>
|
|
<attribute name='action'>win.quit</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface> |