[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegraphics/kolourpaint/document (silent)
From:       Clarence Dang <dang () kde ! org>
Date:       2007-10-22 2:56:07
Message-ID: 1193021767.580514.21181.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 727908 by dang:

SVN_SILENT style


 M  +3 -3      kpDocumentSaveOptions.cpp  


--- trunk/KDE/kdegraphics/kolourpaint/document/kpDocumentSaveOptions.cpp #727907:727908
@@ -452,12 +452,12 @@
 
     // SYNC: update mime info here
 
-    // Greyscale actually (unenforced since depth not set to configurable)
+    // Grayscale actually (unenforced since depth not set to configurable)
     defaultList << QLatin1String ("image/x-eps:32");
 
     defaultList << QLatin1String ("image/x-portable-bitmap:1");
 
-    // Greyscale actually (unenforced since depth not set to configurable)
+    // Grayscale actually (unenforced since depth not set to configurable)
     defaultList << QLatin1String ("image/x-portable-graymap:8");
 
     defaultList << QLatin1String ("image/x-xbitmap:1");
@@ -551,7 +551,7 @@
     }
 
     if (mimeTypeHasConfigurableColorDepth () &&
-        !colorDepthIsInvalid () /*TODO: prevent*/ &&
+        !colorDepthIsInvalid () /*REFACTOR: guarantee it is valid*/ &&
         (colorDepth () < pixmap.depth () ||
          colorDepth () < 32 && kpPixmapFX::hasMask (pixmap)))
     {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic