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.
18 lines
406 B
18 lines
406 B
15 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartgui name="kaboodle" version="9">
|
||
|
<MenuBar>
|
||
|
<Menu name="edit">
|
||
|
<text>&Edit</text>
|
||
|
<Action name="properties"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
<Toolbar name="KaboodleToolbar"><text>Kaboodle Toolbar</text>
|
||
|
<Action name="file_open"/>
|
||
|
<Action name="options_show_menubar"/>
|
||
|
<Separator line="true"/>
|
||
|
<Merge/>
|
||
|
<Separator line="true"/>
|
||
|
<Action name="file_quit"/>
|
||
|
</Toolbar>
|
||
|
</kpartgui>
|