blob: 7a31f00de51f7ec394b04135e6682dab79331469 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!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>
|