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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="kspaceduel"
0003      version="6"
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 
0009 <MenuBar>
0010    <Menu name="game"><text>&amp;Game</text>
0011       <Action name="new_round" append="new_merge"/>
0012    </Menu>
0013 </MenuBar>
0014 
0015 <ToolBar name="mainToolBar"><text>Main Toolbar</text>
0016    <Action name="game_new"/>
0017    <Action name="new_round"/>
0018    <Action name="game_pause"/>
0019 </ToolBar>
0020 
0021 </gui>