modules: use gimp_lcms_profile_get_summary() in the lcms display filter

This commit is contained in:
Michael Natterer
2014-03-14 18:39:31 +01:00
parent 6f62d6b11b
commit ceb31cc02e

View File

@ -182,7 +182,7 @@ cdisplay_lcms_profile_get_info (cmsHPROFILE profile,
*name = g_strdup (_("(unnamed profile)"));
}
*info = gimp_lcms_profile_get_manufacturer (profile);
*info = gimp_lcms_profile_get_summary (profile);
}
else
{