mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
62407d3bee
commit
31282ecc27
2 changed files with 9 additions and 6 deletions
|
@ -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>
|
||||
|
||||
* Makefile.am: Moved an out of order entry.
|
||||
|
|
|
@ -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 <narazaki@gimp.org>"
|
||||
"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"
|
||||
"<Image>/Filters/Enhance")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue