~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-updates

« back to all changes in this revision

Viewing changes to libgimp/gimpplugin_pdb.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-27 22:16:06 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20071127221606-ceuabk1eqkjgtolv
Tags: 2.4.2-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Since we aren't in a freeze, and we can make this change now, restore
    the Conflicts and Replaces against gimp-print and stop building with
    --without-print.
  - Re-add NEWS, README and README.Debian to gimp.docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
 *
141
141
 * Register a sub-menu.
142
142
 *
143
 
 * This procedure installs an sub-menu which does not belong to any
144
 
 * procedure.
 
143
 * This procedure installs a sub-menu which does not belong to any
 
144
 * procedure. The menu-name should be the untranslated menu label. GIMP
 
145
 * will look up the translation in the textdomain registered for the
 
146
 * plug-in.
145
147
 *
146
148
 * Returns: TRUE on success.
147
149
 *