removed menu registration (bug #307535).

2005-06-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/unsharp-mask.scm: removed menu
	registration (bug #307535).
This commit is contained in:
Sven Neumann 2005-06-17 11:03:10 +00:00 committed by Sven Neumann
parent 3972af91ce
commit 83ca915fd0
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2005-06-17 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/unsharp-mask.scm: removed menu
registration (bug #307535).
2005-06-17 Sven Neumann <sven@gimp.org>
* plug-ins/common/gee.c

View file

@ -68,7 +68,7 @@
(script-fu-register "script-fu-unsharp-mask"
_"Unsharp Mask (Script-Fu)..."
"Unsharp Mask..."
"Make a sharp image of IMAGE's DRAWABLE by applying unsharp mask method"
"Shuji Narazaki <narazaki@gimp.org>"
"Shuji Narazaki"
@ -78,6 +78,3 @@
SF-DRAWABLE "Drawable to apply" 0
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"
"<Image>/Filters/Enhance")