summaryrefslogtreecommitdiffstats
path: root/src/soundkonverterui.rc
blob: cfda25db632d6f0f58e2f9f52c10972fac962405 (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
39
40
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="soundKonverter" version="2">
    <MenuBar>
        <Menu name="file">
            <Action name="add_files" />
            <Action name="add_folder" />
            <Action name="add_audiocd" />
            <Action name="add_url" />
            <Separator />
            <Action name="load" />
            <Action name="save" />
        </Menu>
        <Menu name="conversion"><Text>&amp;Conversion</Text>
            <Action name="start" />
            <Action name="stopMenu" />
<!--             <Action name="priorityMenu" /> -->
            <Action name="log" />
        </Menu>
        <Menu name="tools">
            <Action name="replaygainscanner" />
            <Action name="cuesheeteditor" />
        </Menu>
        <!--<Menu name="help">
            <Action name="about_plugins" />
        </Menu>-->
    </MenuBar>
    <ToolBar name="mainToolBar" hidden="true"><Text>Main Toolbar</Text>
        <Action name="add_files" />
        <Action name="add_folder" />
        <Action name="add_audiocd" />
        <Action name="add_url" />
        <Separator lineSeparator="true" />
        <Action name="start" />
        <Action name="stopMenu" />
<!--         <Action name="priorityMenu" /> -->
        <Separator />
        <Action name="replaygainscanner" />
        <Action name="cuesheeteditor" />
    </ToolBar>
</kpartgui>