You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
662 B
25 lines
662 B
15 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartgui name="atlantik" version="2">
|
||
|
<MenuBar>
|
||
|
<Menu name="game"><text>&Game</text>
|
||
|
<Action name="showeventlog"/>
|
||
|
</Menu>
|
||
|
<Menu name="move"><text>&Move</text>
|
||
|
<Action name="move_roll"/>
|
||
|
<Action name="buy_estate"/>
|
||
|
<Action name="auction"/>
|
||
|
<Action name="move_endturn"/>
|
||
|
<Action name="move_jailcard"/>
|
||
|
<Action name="move_jailpay"/>
|
||
|
<Action name="move_jailroll"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
<ToolBar name="moveToolBar">
|
||
|
<Action name="move_roll"/>
|
||
|
<Action name="buy_estate"/>
|
||
|
<Action name="auction"/>
|
||
|
<Action name="move_endturn"/>
|
||
|
<Action name="move_jailpay"/>
|
||
|
</ToolBar>
|
||
|
</kpartgui>
|