~ubuntu-branches/ubuntu/hardy/gimp/hardy-updates

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/chip-away.scm

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-02-03 03:07:19 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203030719-4s9wlbv30394rlrp
Tags: 2.4.4-1ubuntu1
* Merge from Debian unstable. (LP: #188828)
* Ubuntu remaining 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.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
  "RGBA"
147
147
  SF-IMAGE      "Image"                 0
148
148
  SF-DRAWABLE   "Drawable"              0
149
 
  SF-ADJUSTMENT _"Chip amount"          '(30 0 250 1 10 0 1)
 
149
  SF-ADJUSTMENT _"Chip amount"          '(30 0 200 1 10 0 1)
150
150
  SF-ADJUSTMENT _"Blur amount"          '(3 1 100 1 10 1 0)
151
151
  SF-TOGGLE     _"Invert"               FALSE
152
152
  SF-TOGGLE     _"Drop shadow"          TRUE
193
193
  SF-STRING     _"Text"                 "Sloth"
194
194
  SF-FONT       _"Font"                 "RoostHeavy"
195
195
  SF-ADJUSTMENT _"Font size (pixels)"   '(200 2 1000 1 10 0 1)
196
 
  SF-ADJUSTMENT _"Chip amount"          '(30 0 250 1 10 0 1)
 
196
  SF-ADJUSTMENT _"Chip amount"          '(30 0 200 1 10 0 1)
197
197
  SF-ADJUSTMENT _"Blur amount"          '(3 1 100 1 10 1 0)
198
198
  SF-TOGGLE     _"Invert"               FALSE
199
199
  SF-TOGGLE     _"Drop shadow"          TRUE