mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
modules: patch from Elle that fixes some forgotten profile_new name changes
This commit is contained in:
parent
df21e07855
commit
3e5eba0774
2 changed files with 2 additions and 2 deletions
|
@ -381,7 +381,7 @@ colorsel_cmyk_config_changed (ColorselCmyk *module)
|
|||
if (! cmyk_profile)
|
||||
goto out;
|
||||
|
||||
rgb_profile = gimp_color_profile_new_srgb ();
|
||||
rgb_profile = gimp_color_profile_new_rgb_srgb ();
|
||||
|
||||
text = g_strdup_printf (_("Profile: %s"),
|
||||
gimp_color_profile_get_label (cmyk_profile));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue