Script-Fu string cleanup/simplification: apply the same fix for menu path
2004-11-18 Michael Natterer <mitch@gimp.org> Script-Fu string cleanup/simplification: apply the same fix for menu path translation that was done for plug-ins a while ago. * plug-ins/script-fu/script-fu.c (script_fu_auxillary_init): use gimp_plugin_menu_register() on the "Refresh" temp_proc. * plug-ins/script-fu/scripts/*.scm: ported all scripts to use script-fu-menu-register and pass just the menu label in script-fu-register. Cleaned up all register calls to share a somewhat similar formatting.
This commit is contained in:
committed by
Michael Natterer
parent
2d4aad8683
commit
8a46203e5a
@ -78,15 +78,18 @@
|
||||
(gimp-context-pop)))
|
||||
|
||||
(script-fu-register "script-fu-speed-text"
|
||||
_"<Toolbox>/Xtns/Script-Fu/Logos/Speed Text..."
|
||||
_"Speed Text..."
|
||||
"give text a speedy effect"
|
||||
"Austin Donnelly"
|
||||
"Austin Donnelly"
|
||||
"1998"
|
||||
""
|
||||
SF-STRING _"Text" "Speed!"
|
||||
SF-FONT _"Font" "Charter"
|
||||
SF-STRING _"Text" "Speed!"
|
||||
SF-FONT _"Font" "Charter"
|
||||
SF-ADJUSTMENT _"Font size (pixels)" '(100 2 1000 1 10 0 1)
|
||||
SF-ADJUSTMENT _"Density (%)" '(80 0 100 1 10 0 0)
|
||||
SF-COLOR _"Text color" '(0 0 0)
|
||||
SF-COLOR _"Background color" '(255 255 255))
|
||||
SF-ADJUSTMENT _"Density (%)" '(80 0 100 1 10 0 0)
|
||||
SF-COLOR _"Text color" '(0 0 0)
|
||||
SF-COLOR _"Background color" '(255 255 255))
|
||||
|
||||
(script-fu-menu-register "script-fu-speed-text"
|
||||
_"<Toolbox>/Xtns/Script-Fu/Logos")
|
||||
|
||||
Reference in New Issue
Block a user