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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="kbounce"
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="settings">
0011         <Action name="background_select"/>
0012         <Action name="background_show"/>
0013         <Action name="toggle_sound" append="save_merge"/>
0014     </Menu>
0015 </MenuBar>
0016 
0017 <ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
0018     <Action name="game_new"/>
0019     <Action name="game_pause"/>
0020 </ToolBar>
0021 
0022 </gui>