[gimp] app: add tooltips that mention that disabling color management == sRGB
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add tooltips that mention that disabling color management == sRGB
- Date: Mon, 16 May 2016 15:41:47 +0000 (UTC)
commit c0fb1362034fb4da24ee46a677f9833495ee6ca5
Author: Michael Natterer <mitch gimp org>
Date: Mon May 16 17:41:04 2016 +0200
app: add tooltips that mention that disabling color management == sRGB
Also say "better leave this enabled".
app/actions/image-actions.c | 4 +++-
app/core/gimptemplate.c | 5 ++++-
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/image-actions.c b/app/actions/image-actions.c
index b5daf66..dfa71ac 100644
--- a/app/actions/image-actions.c
+++ b/app/actions/image-actions.c
@@ -177,7 +177,9 @@ static const GimpToggleActionEntry image_toggle_actions[] =
{
{ "image-color-management-enabled", NULL,
NC_("image-action", "_Enable Color Management"), NULL,
- NC_("image-action", "Whether the image is color managed"),
+ NC_("image-action", "Whether the image is color managed. Disabling "
+ "color management is equivalent to assigning a built-in sRGB "
+ "color profile. Better leave color management enabled."),
G_CALLBACK (image_color_management_enabled_cmd_callback),
TRUE,
GIMP_HELP_IMAGE_COLOR_MANAGEMENT_ENABLED }
diff --git a/app/core/gimptemplate.c b/app/core/gimptemplate.c
index e99036e..62c8555 100644
--- a/app/core/gimptemplate.c
+++ b/app/core/gimptemplate.c
@@ -191,7 +191,10 @@ gimp_template_class_init (GimpTemplateClass *klass)
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_COLOR_MANAGED,
"color-managed",
_("Color managed"),
- NULL,
+ _("Whether the image is color managed. "
+ "Disabling color management is equivalent to "
+ "choosing a built-in sRGB profile. Better "
+ "leave color management enabled."),
TRUE,
GIMP_PARAM_STATIC_STRINGS);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]