summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gimp/scripts/gimp-normalize-to-bootsplash.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gimp/scripts/gimp-normalize-to-bootsplash.scm b/gimp/scripts/gimp-normalize-to-bootsplash.scm
index 16cd52c..19a4c3a 100644
--- a/gimp/scripts/gimp-normalize-to-bootsplash.scm
+++ b/gimp/scripts/gimp-normalize-to-bootsplash.scm
@@ -31,7 +31,7 @@
(set! i (+ i 1)))))
(define (gimp-normalize-to-bootsplash quality infile outfile)
- (let* ((image (car (file-png-load 1 infile infile)))
+ (let* ((image (car (gimp-file-load 1 infile infile)))
)
(gimp-image-flatten image)
@@ -49,8 +49,8 @@
(script-fu-register ; I always forget these ...
"gimp-normalize-to-bootsplash" ; script name to register
- "<Toolbox>/Xtns/Script-Fu/Mandriva/Save the jpeg image to the right format for bootsplash" ; where it goes
- "Transform a png image to a jpg compatible image for bootsplash" ; script description
+ "<Image>/Filters/Mandriva/Save the jpeg image to the right format for bootsplash" ; where it goes
+ "Transform an image to a jpg compatible image for bootsplash" ; script description
"Warly/blino" ; author
"Copyright 2006 by Mandriva; GNU GPL" ; copyright
"2006-09-01" ; date