Author: post
Date: 2010-05-06 22:42:04 +0200 (Thu, 06 May 2010)
New Revision: 3367
Modified:
trunk/plugins/colorspace-adobergb/colorspace-adobergb.c
trunk/plugins/colorspace-prophoto/colorspace-prophoto.c
Log:
Don't have "linear" in the colorspace name.
Modified: trunk/plugins/colorspace-adobergb/colorspace-adobergb.c
===================================================================
--- trunk/plugins/colorspace-adobergb/colorspace-adobergb.c 2010-05-06
20:39:54 UTC (rev 3366)
+++ trunk/plugins/colorspace-adobergb/colorspace-adobergb.c 2010-05-06
20:42:04 UTC (rev 3367)
@@ -56,7 +56,7 @@
RSColorSpaceClass *colorclass = RS_COLOR_SPACE_CLASS(klass);
colorclass->get_icc_profile = get_icc_profile;
- colorclass->name = "Linear Adobe RGB (1998) Compatible";
+ colorclass->name = "Adobe RGB (1998) Compatible";
colorclass->description = _("Print friendly color space, compatible
with Adobe RGB (1998)");
klass->icc_profile = rs_icc_profile_new_from_file(PACKAGE_DATA_DIR "/"
PACKAGE "/profiles/compatibleWithAdobeRGB1998.icc");
Modified: trunk/plugins/colorspace-prophoto/colorspace-prophoto.c
===================================================================
--- trunk/plugins/colorspace-prophoto/colorspace-prophoto.c 2010-05-06
20:39:54 UTC (rev 3366)
+++ trunk/plugins/colorspace-prophoto/colorspace-prophoto.c 2010-05-06
20:42:04 UTC (rev 3367)
@@ -56,7 +56,7 @@
RSColorSpaceClass *colorclass = RS_COLOR_SPACE_CLASS(klass);
colorclass->get_icc_profile = get_icc_profile;
- colorclass->name = "Linear ProPhoto";
+ colorclass->name = "ProPhoto RGB";
colorclass->description = _("Large gamut color space");
klass->icc_profile = rs_icc_profile_new_from_file(PACKAGE_DATA_DIR "/"
PACKAGE "/profiles/prophoto.icc");
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit