~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to menus/toolbox-menu.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        <xi:include href="dialogs-menuitems.xml" />
32
32
      </menu>
33
33
 
34
 
<!-- FIXME solve this as param to xsltproc
35
 
 
 
34
<!--  The debug-menu is automatically excluded for stable releases  -->
36
35
      <menu action="debug-menu" name="Debug">
37
36
        <menuitem action="debug-mem-profile" />
38
37
        <menuitem action="debug-dump-items" />
39
38
        <menuitem action="debug-dump-managers" />
 
39
        <menuitem action="debug-dump-attached-data" />
40
40
      </menu>
41
41
 
42
 
-->
43
 
 
44
42
      <separator />
 
43
      <menuitem action="file-close-all" />
45
44
      <menuitem action="file-quit" />
46
45
    </menu>
47
46
 
49
48
      <placeholder name="Extensions">
50
49
        <menuitem action="dialogs-module-dialog" />
51
50
      </placeholder>
 
51
      <placeholder name="Languages" />
52
52
      <separator />
53
53
    </menu>
54
54
 
55
55
    <menu action="help-menu" name="Help">
56
56
      <menuitem action="help-help" />
57
57
      <menuitem action="help-context-help" />
58
 
      <separator />
59
58
      <menuitem action="dialogs-tips" />
60
59
      <menuitem action="dialogs-about" />
 
60
      <separator />
61
61
    </menu>
62
62
 
63
63
  </menubar>
64
64
 
 
65
  <accelerator action="edit-paste"/>
 
66
 
65
67
</ui>