[Digikam-devel] extragear/graphics/digikam/showfoto

Francisco J. Cruz fj.cruz at supercable.es
Sat Dec 17 23:16:01 GMT 2005


SVN commit 489287 by fjcruz:

New improvements:

- If the user disables Color Management and later he enables it again, the last settings are remembered and preferences fields are not empty.

- In profiles info dialog, the 'Manufacturer' field has been replaced and now 'Copyright" is showed.

CCMAIL:digikam-devel at kde.org

 M  +2 -2      setupicc.cpp  


--- trunk/extragear/graphics/digikam/showfoto/setupicc.cpp #489286:489287
@@ -503,7 +503,7 @@
 
     QString  profileName = QString((cmsTakeProductName(selectedProfile)));
     QString profileDescription = QString((cmsTakeProductDesc(selectedProfile)));
-    QString profileManufacturer = QString(cmsTakeManufacturer(selectedProfile));
+    QString profileManufacturer = QString(cmsTakeCopyright(selectedProfile));
     int profileIntent = cmsTakeRenderingIntent(selectedProfile);
     
     //"Decode" profile rendering intent
@@ -525,7 +525,7 @@
 
     KMessageBox::information(this, i18n("<p><b>Name:</b> ") + profileName +
                                  i18n("</p><p><b>Description:</b>  ") + profileDescription +
-                                 i18n("</p><p><b>Manufacturer:</b>  ") + profileManufacturer +
+                                 i18n("</p><p><b>Copyright:</b>  ") + profileManufacturer +
                                  i18n("</p><p><b>Rendering Intent:</b>  ") + intent + i18n("</p><p><b>Path:</b> ") +
                                  profile + "</p>",
                                  i18n("Color Profile Info"));



More information about the Digikam-devel mailing list