~ubuntu-branches/ubuntu/gutsy/gimp/gutsy

« back to all changes in this revision

Viewing changes to plug-ins/pygimp/plug-ins/shadow_bevel.py

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-06-22 17:33:56 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070622173356-ncevaebpjiwyxkif
Tags: 2.3.18-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/control: Maintainer change.
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch,
    debian/patches/10_dont_show_wizard.patch: Distro patches.
  - debian/rules:
    - use dh_iconcache,
    - i18n magic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    N_("_Drop Shadow and Bevel..."),
67
67
    "RGBA, GRAYA",
68
68
    [
 
69
        (PF_IMAGE, "image", "Input image", None),
 
70
        (PF_DRAWABLE, "drawable", "Input drawable", None),
69
71
        (PF_SLIDER, "blur",   _("_Shadow blur"), 6, (1, 30, 1)),
70
72
        (PF_BOOL,   "bevel",  _("_Bevel"),       True),
71
73
        (PF_BOOL,   "shadow", _("_Drop shadow"), True),