[Digikam-devel] extragear/graphics/digikam/utilities/setup

Francisco J. Cruz fj.cruz at supercable.es
Thu Dec 15 22:50:15 GMT 2005


SVN commit 488801 by fjcruz:

Messages with info about color profiles in setup dialog now show the color profile file full path.

CCMAIL:digikam-devel at kde.org

 M  +4 -1      setupicc.cpp  


--- trunk/extragear/graphics/digikam/utilities/setup/setupicc.cpp #488800:488801
@@ -437,6 +437,8 @@
                     m_workICCFiles_description.append(QString(cmsTakeProductDesc(tmpProfile)));
                     m_monitorICCFiles_file.append(fileName);
                     m_workICCFiles_file.append(fileName);
+                    m_inICCFiles_description.append(QString(cmsTakeProductDesc(tmpProfile)));
+                    m_inICCFiles_file.append(fileName);
                     break;
                 case OUTPUT_ICC:
                     m_proofICCFiles_description.append(QString(cmsTakeProductDesc(tmpProfile)));
@@ -526,7 +528,8 @@
     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>Rendering Intent:</b>  ") + intent + "</p>",
+                                 i18n("</p><p><b>Rendering Intent:</b>  ") + intent + i18n("</p><p><b>Path: ") +
+                                 profile + "</b></p>",
                                  i18n("Color Profile Info"));
 }
 



More information about the Digikam-devel mailing list