SVN commit 488801 by fjcruz:
Messages with info about color profiles in setup dialog now show the color profile file full path.
CCMAIL:
[hidden email]
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"));
}
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel