Warning, /games/bovo/src/gui/bovoui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="bovo"
0003      version="5"
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">
0010                         <Action name="replay" />
0011                 </Menu>
0012                 <Menu name="settings">
0013                         <Action name="themes" />
0014                         <Action name="animation" />
0015                 </Menu>
0016         </MenuBar>
0017 
0018         <ToolBar name="mainToolBar">
0019                 <Action name="game_new" />
0020                 <Action name="replay" />
0021                 <Separator />
0022                 <Action name="move_undo" />
0023                 <Action name="move_hint" />
0024         </ToolBar>
0025 </gui>