~ubuntu-branches/ubuntu/intrepid/kid3/intrepid

« back to all changes in this revision

Viewing changes to kid3/kid3ui.rc

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2008-01-09 23:20:54 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080109232054-gtcjxz4ahdnzbt01
Tags: 0.10-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/rules:
    + Use dh_icons instead dh_iconcache.
  - debian/control:
    + Update maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
2
 
<kpartgui name="kid3" version="5">
 
2
<kpartgui name="kid3" version="6">
3
3
<MenuBar>
4
4
  <Menu name="file"><text>&amp;File</text>
 
5
    <Action name="open_directory" append="open_merge"/>
5
6
    <Action name="import"/>
6
7
    <Action name="import_freedb"/>
7
8
    <Action name="import_tracktype"/>
11
12
    <Action name="export"/>
12
13
    <Action name="create_playlist"/>
13
14
  </Menu>
 
15
  <Menu name="edit"><text>&amp;Edit</text>
 
16
    <Action name="previous_file" append="edit_select_merge"/>
 
17
    <Action name="next_file" append="edit_select_merge"/>
 
18
  </Menu>
14
19
  <Menu name="tools"><text>&amp;Tools</text>
15
20
    <Action name="apply_filename_format"/>
16
21
    <Action name="apply_id3_format"/>
25
30
    <DefineGroup name="show_merge"/>
26
31
  </Menu>
27
32
</MenuBar>
 
33
<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
 
34
  <Action name="file_open" />
 
35
  <Action name="file_save" />
 
36
  <Action name="file_revert" />
 
37
  <Action name="create_playlist" />
 
38
  <Action name="previous_file" />
 
39
  <Action name="next_file" />
 
40
</ToolBar>
28
41
</kpartgui>