mirror of https://github.com/GNOME/gimp.git
unmarked string for translation. Script-Fu doesn't support i18n outside
2008-08-17 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/frosty-logo.scm (apply-frosty-logo-effect): unmarked string for translation. Script-Fu doesn't support i18n outside the register call. svn path=/trunk/; revision=26624
This commit is contained in:
parent
3db928cfc7
commit
4a2063872d
|
@ -1,7 +1,12 @@
|
|||
2008-08-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/frosty-logo.scm
|
||||
(apply-frosty-logo-effect): unmarked string for translation.
|
||||
Script-Fu doesn't support i18n outside the register call.
|
||||
|
||||
2008-08-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/glowing-logo.scm
|
||||
|
||||
* plug-ins/script-fu/scripts/neon-logo.scm: changed the "Alpha to
|
||||
Logo" parts of these scripts so that the user can specify the
|
||||
effect size directly instead of as some multiple of the size.
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
(sparkle-layer (car (gimp-layer-new img width height RGBA-IMAGE
|
||||
"Sparkle" 100 NORMAL-MODE)))
|
||||
(matte-layer (car (gimp-layer-new img width height RGBA-IMAGE
|
||||
_"Matte" 100 NORMAL-MODE)))
|
||||
"Matte" 100 NORMAL-MODE)))
|
||||
(shadow-layer (car (gimp-layer-new img
|
||||
(+ border width)
|
||||
(+ border height)
|
||||
|
|
Loading…
Reference in New Issue