diff options
author | Thomas Backlund <tmb@mageia.org> | 2011-02-13 19:59:23 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2011-02-13 19:59:23 +0000 |
commit | dc1957254f7278478414368d919a891ceb967ab3 (patch) | |
tree | a835d2311067e2ffe375310f567c97818f19ba9d /gimp | |
parent | 20ce19d3627c44ed73e47d1d3e65a3b3cb5536df (diff) | |
download | theme-dc1957254f7278478414368d919a891ceb967ab3.tar theme-dc1957254f7278478414368d919a891ceb967ab3.tar.gz theme-dc1957254f7278478414368d919a891ceb967ab3.tar.bz2 theme-dc1957254f7278478414368d919a891ceb967ab3.tar.xz theme-dc1957254f7278478414368d919a891ceb967ab3.zip |
change all paths from mdk to mga
Diffstat (limited to 'gimp')
-rw-r--r-- | gimp/scripts/gimp-convert-to-jpeg.scm | 2 | ||||
-rw-r--r-- | gimp/scripts/gimp-normalize-to-bootsplash.scm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gimp/scripts/gimp-convert-to-jpeg.scm b/gimp/scripts/gimp-convert-to-jpeg.scm index f184b88..29efef0 100644 --- a/gimp/scripts/gimp-convert-to-jpeg.scm +++ b/gimp/scripts/gimp-convert-to-jpeg.scm @@ -9,7 +9,7 @@ (if (= (car (gimp-drawable-is-rgb drawable)) FALSE) (gimp-image-convert-rgb image)) - (file-jpeg-save 1 image drawable outfile outfile quality 0 1 0 "Mandriva Theme" 2 1 0 2 ) + (file-jpeg-save 1 image drawable outfile outfile quality 0 1 0 "Mageia Theme" 2 1 0 2 ) (gimp-image-delete image) ) 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 - "<Image>/Filters/Mandriva/Save the jpeg image to the right format for bootsplash" ; where it goes + "<Image>/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 |