From dc1957254f7278478414368d919a891ceb967ab3 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 13 Feb 2011 19:59:23 +0000 Subject: change all paths from mdk to mga --- gimp/scripts/gimp-normalize-to-bootsplash.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gimp/scripts/gimp-normalize-to-bootsplash.scm') diff --git a/gimp/scripts/gimp-normalize-to-bootsplash.scm b/gimp/scripts/gimp-normalize-to-bootsplash.scm index 19a4c3a..2d256e7 100644 --- a/gimp/scripts/gimp-normalize-to-bootsplash.scm +++ b/gimp/scripts/gimp-normalize-to-bootsplash.scm @@ -40,7 +40,7 @@ (if (= (car (gimp-drawable-is-rgb drawable)) FALSE) (gimp-image-convert-rgb image)) - (file-jpeg-save 1 image drawable outfile outfile quality 0 0 0 "Mandriva Theme" 0 1 0 0 ) + (file-jpeg-save 1 image drawable outfile outfile quality 0 0 0 "Mageia Theme" 0 1 0 0 ) (gimp-image-delete image) ) @@ -49,7 +49,7 @@ (script-fu-register ; I always forget these ... "gimp-normalize-to-bootsplash" ; script name to register - "/Filters/Mandriva/Save the jpeg image to the right format for bootsplash" ; where it goes + "/Filters/Mageia/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 -- cgit v1.2.1