[gimp] Bug 622234 - gimp.desktop: image/x-psd in MimeTypes twice



commit d04051bcad1d57319f9c278be30f43ee41a73e78
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jun 20 23:53:43 2010 +0200

    Bug 622234 - gimp.desktop: image/x-psd in MimeTypes twice
    
    Fix the typo: the second x-psd should be x-psp

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 28231ae..c89902d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1119,7 +1119,7 @@ if test -z "$Z_LIBS"; then
 fi
 
 if test "x$have_zlib" = xyes; then
-  MIME_TYPES="$MIME_TYPES;image/x-psd"
+  MIME_TYPES="$MIME_TYPES;image/x-psp"
 fi
 
 AC_SUBST(FILE_PSP)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]