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.
39 lines
986 B
39 lines
986 B
15 years ago
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="k9copy" version="10">
|
||
|
<MenuBar>
|
||
|
<Menu noMerge="1" name="file"><text>&File</text>
|
||
|
<Action name="file_open"/>
|
||
|
|
||
|
<Separator/>
|
||
|
<Action name="file_quit"/>
|
||
|
</Menu>
|
||
|
<Menu name="Actions"><text>A&ctions</text>
|
||
|
<Action name="backup"/>
|
||
|
<Action name="author"/>
|
||
|
<Separator/>
|
||
|
<Action name="PlayTitle" />
|
||
|
<Action name="MakeMPEG4"/>
|
||
|
<Action name="MakeMPEG2"/>
|
||
|
<Action name="Copy" />
|
||
|
<Separator/>
|
||
|
<Action name="Create"/>
|
||
|
<Separator/>
|
||
|
<Action name="Eject"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
<ToolBar name="mainToolBar" noMerge="1">
|
||
|
<text>Actions ToolBar</text>
|
||
|
<Action name="file_open"/>
|
||
|
<Action name="PlayTitle"/>
|
||
|
<Action name="MakeMPEG4"/>
|
||
|
<Action name="MakeMPEG2"/>
|
||
|
<Action name="Copy"/>
|
||
|
<Action name="Create"/>
|
||
|
<Separator />
|
||
|
<Action name="options_configure" />
|
||
|
<Action name="Eject"/>
|
||
|
<Action name="file_quit"/>
|
||
|
|
||
|
</ToolBar>
|
||
|
</kpartgui>
|