SVN_SILENT made messages (.desktop file)
[kdegames.git] / bovo / gui / bovoui.rc
blob7736cd71483554ba389f599ea1d1cd6a7a81c4bc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <gui name="bovo"
3 version="5"
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">
8 <MenuBar>
9 <Menu name="game">
10 <Action name="replay" />
11 </Menu>
12 <Menu name="settings">
13 <Action name="themes" />
14 <Action name="animation" />
15 </Menu>
16 </MenuBar>
18 <ToolBar name="mainToolBar">
19 <Action name="game_new" />
20 <Action name="replay" />
21 <Separator />
22 <Action name="move_undo" />
23 <Action name="move_hint" />
24 </ToolBar>
25 </gui>