reverted Kevin's change. This script should not register a menu entry and

2006-10-23  Sven Neumann  <sven@gimp.org>

	* 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.
This commit is contained in:
Sven Neumann 2006-10-23 09:05:58 +00:00 committed by Sven Neumann
parent 62407d3bee
commit 31282ecc27
2 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,10 @@
2006-10-23 Sven Neumann <sven@gimp.org>
* 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 <kcozens@cvs.gnome.org> 2006-10-23 Kevin Cozens <kcozens@cvs.gnome.org>
* Makefile.am: Moved an out of order entry. * Makefile.am: Moved an out of order entry.

View file

@ -71,8 +71,8 @@
) )
(script-fu-register "script-fu-unsharp-mask" (script-fu-register "script-fu-unsharp-mask"
_"Unsharp Mask..." "Unsharp Mask..."
_"Make a new image from the current layer by applying the unsharp mask method" "Make a new image from the current layer by applying the unsharp mask method"
"Shuji Narazaki <narazaki@gimp.org>" "Shuji Narazaki <narazaki@gimp.org>"
"Shuji Narazaki" "Shuji Narazaki"
"1997,1998" "1997,1998"
@ -82,7 +82,3 @@
SF-ADJUSTMENT _"Mask size" '(5 1 100 1 1 0 1) SF-ADJUSTMENT _"Mask size" '(5 1 100 1 1 0 1)
SF-ADJUSTMENT _"Mask opacity" '(50 0 100 1 1 0 1) SF-ADJUSTMENT _"Mask opacity" '(50 0 100 1 1 0 1)
) )
(script-fu-menu-register "script-fu-unsharp-mask"
"<Image>/Filters/Enhance")