mirror of https://github.com/GNOME/gimp.git
script-fu: don't add "Erase Every Other Row" to the menus
because it's not only useless but also utterly slow.
This commit is contained in:
parent
dd6dca2435
commit
b39f0757db
|
@ -49,5 +49,5 @@
|
||||||
SF-OPTION _"Erase/fill" '(_"Erase" _"Fill with BG")
|
SF-OPTION _"Erase/fill" '(_"Erase" _"Fill with BG")
|
||||||
)
|
)
|
||||||
|
|
||||||
(script-fu-menu-register "script-fu-erase-rows"
|
; (script-fu-menu-register "script-fu-erase-rows"
|
||||||
"<Image>/Filters/Distorts")
|
; "<Image>/Filters/Distorts")
|
||||||
|
|
Loading…
Reference in New Issue