diff --git a/ChangeLog b/ChangeLog index 3cce1c2758..09fdf7cf9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-10-23 Sven Neumann + + * plug-ins/script-fu/scripts/unsharp-mask.scm: reverted Kevin's + change. This script should not register a menu entry and it + doesn't need to be translated. It only exists for backward + compatibility. + 2006-10-23 Kevin Cozens * Makefile.am: Moved an out of order entry. diff --git a/plug-ins/script-fu/scripts/unsharp-mask.scm b/plug-ins/script-fu/scripts/unsharp-mask.scm index a1f8410356..feb779e47b 100644 --- a/plug-ins/script-fu/scripts/unsharp-mask.scm +++ b/plug-ins/script-fu/scripts/unsharp-mask.scm @@ -71,8 +71,8 @@ ) (script-fu-register "script-fu-unsharp-mask" - _"Unsharp Mask..." - _"Make a new image from the current layer by applying the unsharp mask method" + "Unsharp Mask..." + "Make a new image from the current layer by applying the unsharp mask method" "Shuji Narazaki " "Shuji Narazaki" "1997,1998" @@ -82,7 +82,3 @@ SF-ADJUSTMENT _"Mask size" '(5 1 100 1 1 0 1) SF-ADJUSTMENT _"Mask opacity" '(50 0 100 1 1 0 1) ) - -(script-fu-menu-register "script-fu-unsharp-mask" - "/Filters/Enhance") -