[gimp] libgimpcolor: rename our sRGB profile to "GIMP built-in sRGB"
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpcolor: rename our sRGB profile to "GIMP built-in sRGB"
- Date: Mon, 3 Mar 2014 20:46:57 +0000 (UTC)
commit 76beb20b18e7b9725a13c46c3f1d4f19a3002d6f
Author: Michael Natterer <mitch gimp org>
Date: Mon Mar 3 21:44:18 2014 +0100
libgimpcolor: rename our sRGB profile to "GIMP built-in sRGB"
libgimpcolor/gimplcms.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpcolor/gimplcms.c b/libgimpcolor/gimplcms.c
index 3f7c43e..21be784 100644
--- a/libgimpcolor/gimplcms.c
+++ b/libgimpcolor/gimplcms.c
@@ -106,7 +106,7 @@ gimp_lcms_create_srgb_profile (void)
description = cmsMLUalloc (NULL, 1);
cmsMLUsetASCII (description,
"en", "US",
- "sRGB made with the correct white point and primaries.");
+ "GIMP built-in sRGB");
cmsWriteTag (srgb_profile, cmsSigProfileDescriptionTag, description);
cmsMLUfree (description);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]