From 31282ecc27898a97ba6a4994fb6f33cc344a6f71 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 23 Oct 2006 09:05:58 +0000 Subject: [PATCH] reverted Kevin's change. This script should not register a menu entry and 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. --- ChangeLog | 7 +++++++ plug-ins/script-fu/scripts/unsharp-mask.scm | 8 ++------ 2 files changed, 9 insertions(+), 6 deletions(-) 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") -