-
Notifications
You must be signed in to change notification settings - Fork 1
/
k9copyui.rc
45 lines (44 loc) · 1.21 KB
/
k9copyui.rc
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
39
40
41
42
43
44
45
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="k9copy" version="12">
<MenuBar>
<Menu noMerge="1" name="file"><text>&File</text>
<Action name="file_open"/>
<Separator/>
<Action name="file_quit"/>
</Menu>
<Menu noMerge="0" name="settings">
<Action name="settings_preferences"/>
<Action name="gtk-style"/>
</Menu>
<Menu name="Actions"><text>A&ctions</text>
<Action name="backup"/>
<Action name="author"/>
<Separator/>
<Action name="PlayTitle" />
<Action name="ExtractMPEG"/>
<Action name="MakeMPEG4"/>
<Action name="Copy" />
<Separator/>
<Action name="Create"/>
<Separator/>
<Action name="Wizard"/>
<Separator/>
<Action name="Eject"/>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar" noMerge="1">
<text>Actions ToolBar</text>
<Action name="file_open"/>
<Action name="PlayTitle"/>
<Action name="ExtractMPEG"/>
<Action name="MakeMPEG4"/>
<Action name="Copy"/>
<Action name="Create"/>
<Separator/>
<Action name="Wizard"/>
<Separator />
<Action name="options_configure" />
<Action name="Eject"/>
<Action name="file_quit"/>
</ToolBar>
</kpartgui>