mirror of https://github.com/GNOME/gimp.git
plug-ins/script-fu/scripts/blend-anim.scm
2004-07-01 Roman Joost <roman@bromeco.de> * plug-ins/script-fu/scripts/blend-anim.scm * plug-ins/script-fu/scripts/glossy.scm * plug-ins/script-fu/scripts/test-sphere.scm: fixed typos * po-script-fu/de.po: updated german translation
This commit is contained in:
parent
a246b39274
commit
8f0d1ee084
|
@ -1,3 +1,11 @@
|
|||
2004-07-01 Roman Joost <roman@bromeco.de>
|
||||
|
||||
* plug-ins/script-fu/scripts/blend-anim.scm
|
||||
* plug-ins/script-fu/scripts/glossy.scm
|
||||
* plug-ins/script-fu/scripts/test-sphere.scm: fixed typos
|
||||
|
||||
* po-script-fu/de.po: updated german translation
|
||||
|
||||
2004-07-01 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimpselectiondata.[ch]: added (yet unused) functions
|
||||
|
|
|
@ -226,6 +226,6 @@
|
|||
"RGB* GRAY*"
|
||||
SF-IMAGE "Image" 0
|
||||
SF-DRAWABLE "Drawable" 0
|
||||
SF-ADJUSTMENT _"Intermediate rrames" '(3 1 1024 1 10 0 1)
|
||||
SF-ADJUSTMENT _"Intermediate frames" '(3 1 1024 1 10 0 1)
|
||||
SF-ADJUSTMENT _"Max. blur radius" '(0 0 1024 1 10 0 1)
|
||||
SF-TOGGLE _"Looped" TRUE)
|
||||
|
|
|
@ -247,7 +247,7 @@
|
|||
SF-STRING _"Text" "Galaxy"
|
||||
SF-ADJUSTMENT _"Font size (pixels)" '(100 2 1000 1 10 0 1)
|
||||
SF-FONT _"Font" "Eras"
|
||||
SF-GRADIENT _"Blend gradient (sext)" "Shadows 2"
|
||||
SF-GRADIENT _"Blend gradient (Text)" "Shadows 2"
|
||||
SF-TOGGLE _"Text gradient reverse" FALSE
|
||||
SF-GRADIENT _"Blend gradient (outline)" "Shadows 2"
|
||||
SF-TOGGLE _"Outline gradient reverse" FALSE
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
SF-GRADIENT "Gradient" "Deep Sea"
|
||||
SF-TOGGLE "Gradient reverse" FALSE
|
||||
SF-FONT "Font" "Agate"
|
||||
SF-ADJUSTMENT "Font xize (pixels)" '(50 1 1000 1 10 0 1)
|
||||
SF-ADJUSTMENT "Font size (pixels)" '(50 1 1000 1 10 0 1)
|
||||
SF-FILENAME "Environment map"
|
||||
(string-append ""
|
||||
gimp-data-dir
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue