~ubuntu-branches/debian/sid/audex/sid

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="audex" version="1">

  <MenuBar>
    <Menu name="file" noMerge="1"><text>&amp;Audex</text>
      <Action name="eject"/>
      <Separator/>
      <Action name="rip"/>
      <Separator/>
      <Action name="file_quit"/>
    </Menu>
    <Menu name="cddb"><text>&amp;CDDB</text>
      <Action name="fetch" />
      <Action name="submit" />
      <Separator/>
      <Menu name="titlecorrectiontools">
        <text context="@title:menu">Title Correction Tools</text>
        <Action name="splittitles" />
        <Action name="swapartistsandtitles" />
        <Action name="capitalize" />
        <Action name="autofillartists" />
      </Menu>
    </Menu>
    <Menu name="settings"><text>&amp;Settings</text>
      <Merge name="StandardToolBarMenuHandler" />
      <Action name="preferences" append="configure_merge"/>
    </Menu>
  </MenuBar>

  <ToolBar name="mainToolBar" hidden="false" noMerge="1">
    <Action name="eject"/>
    <Separator lineSeparator="true" />
    <Action name="profile_label" />
    <Action name="profile" />
    <Separator lineSeparator="true" />
    <Action name="fetch" />
    <Separator lineSeparator="true" />
    <Action name="rip" />
  </ToolBar>

</kpartgui>