summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: acb62bc)
raw | patch | inline | side by side (parent: acb62bc)
author | joncruz <joncruz@users.sourceforge.net> | |
Thu, 4 Oct 2007 06:44:35 +0000 (06:44 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Thu, 4 Oct 2007 06:44:35 +0000 (06:44 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index a747e004577346a36cc1584c8c822220ddfe4b24..9a312538129db884b84755d5bb26a4fbbaaf3e10 100644 (file)
Glib::ustring intentLabels[numIntents] = {_("Perceptual"), _("Relative Colorimetric"), _("Saturation"), _("Absolute Colorimetric")};
int intentValues[numIntents] = {0, 1, 2, 3};
+#if !ENABLE_LCMS
+ Gtk::Label* lbl = new Gtk::Label(_("(Note: Color Management has been disabled in this build)"));
+ _page_cms.add_line( false, "", *lbl, "", "", true);
+#endif // !ENABLE_LCMS
+
_page_cms.add_group_header( _("Disply Calibration"));
_cms_display.init( _("Enable display calibration"), "options.displayprofile", "enable", false);
_cms_proof_intent.set_sensitive( false );
_cms_proof_profile.set_sensitive( false );
_cms_proof_blackpoint.set_sensitive( false );
- _cms_proof_preserveblack_sensitive( false );
+ _cms_proof_preserveblack.set_sensitive( false );
#endif // ENABLE_LCMS
this->AddPage(_page_cms, _("Color Management"), PREFS_PAGE_CMS);