Hi,
On Thu, 2007-11-22 at 22:08 -0500, [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] said on Nov 22, 2007 5:51
> -0500 (in part):
> > (script-fu-register "script-fu-save-all-images"
> > ">IMAGE</File/Save ALL"
> > "Save all opened images"
> > "Saul Goode"
> > "Saul Goode"
> > "11/21/2006"
> > ""
> > )
> Now I'm being picky :-) ... is there a way to make this appear in the
> File menu with the other Save options (between Save as Template and
> Revert)?
>
> Currently it appears at the bottom after Quit (using WinXp Gimp 2.4.2
> in case its different on other platforms)
Sure, just register it as "<Image></File/Save/Save All". Or, even
better, just use "Save All" where the full menu path was given and add
the line
(script-fu-menu-register "script-fu-save-all-images"
"<Image></File/Save")
Also the script should not be called "script-fu-save-all-images". Please
use a different namespace when you are writing scripts to avoid name
clashes with other people's scripts.
Sven
_______________________________________________
Gimp-user mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user