Warning, /games/kollision/src/kollisionui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="kollision"
0003      version="2"
0004      xmlns="http://www.kde.org/standards/kxmlgui/1.0"
0005      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0006      xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
0007                          http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
0008     <MenuBar>
0009         <Menu name="game"><text>&amp;Game</text>
0010             <Action name="game_abort" append="new_merge" />
0011         </Menu>
0012         <Menu name="settings">
0013             <Action name="options_sounds" />
0014             <Action name="increase_ball_size" />
0015         </Menu>
0016     </MenuBar>
0017     <State name="playing">
0018         <enable>
0019             <Action name="game_abort" />
0020             <Action name="game_pause" />
0021         </enable>
0022     </State>
0023 </gui>