[gthumb] icc profile: better description for profiles with gamma correction



commit 091d32cf79969db43254c5b2ec15527712d3222c
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Mar 21 19:33:14 2022 +0100

    icc profile: better description for profiles with gamma correction

 gthumb/gth-icc-profile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gthumb/gth-icc-profile.c b/gthumb/gth-icc-profile.c
index ba288567..61efc110 100644
--- a/gthumb/gth-icc-profile.c
+++ b/gthumb/gth-icc-profile.c
@@ -229,7 +229,7 @@ gth_icc_profile_new_srgb_with_gamma (double gamma)
                return NULL;
 
        icc_profile = gth_icc_profile_new (NULL, (GthCMSProfile) hProfile);
-       icc_profile->priv->description = g_strdup_printf ("RGB Gamma=1/%.1f", gamma);
+       icc_profile->priv->description = g_strdup_printf ("sRGB Gamma=1/%.1f", gamma);
 
        return icc_profile;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]