diff --git a/ChangeLog b/ChangeLog index 09dd22e7b64adc0c5086f2ba6ac4c593cff755a0..d356e7dc2dd37e2f23ff2158e44f353f400163a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-26 Michael Natterer + + * plug-ins/script-fu/scripts/fade-outline.scm: renamed to + "Fade to Layer Mask..." and moved to the Select menu. + 2005-09-25 Sven Neumann * plug-ins/common/max_rgb.c: moved it back, the plug-in changes diff --git a/plug-ins/script-fu/scripts/fade-outline.scm b/plug-ins/script-fu/scripts/fade-outline.scm index f10a3709d45367581a3001daf7b6661bcffd7c30..1cbfe18a4a215ea4d110e9437c6028c1b674c084 100644 --- a/plug-ins/script-fu/scripts/fade-outline.scm +++ b/plug-ins/script-fu/scripts/fade-outline.scm @@ -154,7 +154,7 @@ (script-fu-register "script-fu-fade-outline" - _"_Fade Outline..." + _"_Fade to Layer Mask..." "Blend the Layers outline border from one alpha value (opaque) to another (transparent) by generating a Layermask" "Wolfgang Hofer " "Wolfgang Hofer" @@ -170,4 +170,4 @@ SF-TOGGLE _"Clear unselected maskarea" TRUE) (script-fu-menu-register "script-fu-fade-outline" - "/Filters/Selection") + "/Select")