SVN_SILENT made messages (.desktop file)
[kdegames.git] / killbots / killbotsui.rc
blob391647041f2d089eb89e38877830af162f7b89f6
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <gui name="killbots"
3 version="2"
4 xmlns="http://www.kde.org/standards/kxmlgui/1.0"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
7 http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd"
10 <MenuBar>
11 <Menu name="moveMenu">
12 <text>Move</text>
13 <Action name="teleport"/>
14 <Action name="teleport_safely"/>
15 <Action name="teleport_sip"/>
16 <Action name="screwdriver"/>
17 <Action name="wait_out_round"/>
18 </Menu>
19 </MenuBar>
21 <ToolBar name="mainToolBar">
22 <text>Main Toolbar</text>
23 <Action name="game_new"/>
24 <Separator />
25 <Action name="game_highscores"/>
26 <Separator />
27 <Action name="teleport"/>
28 <Action name="teleport_safely"/>
29 <Action name="wait_out_round"/>
30 <Separator />
31 <Action name="options_configure"/>
32 </ToolBar>
34 </gui>