app: class label is a translated string.

This will make the parasite name change with language, which isn't
what we want. Uses the GType name instead.
This commit is contained in:
Jehan
2016-02-04 01:20:27 +01:00
parent 4cab276fb7
commit f61b58ff38

View File

@ -389,7 +389,7 @@ gimp_symmetry_parasite_name (GType type)
{
GimpSymmetryClass *klass = g_type_class_ref (type);
return g_strconcat ("gimp-image-symmetry:", klass->label, NULL);
return g_strconcat ("gimp-image-symmetry:", g_type_name (type), NULL);
}
GimpParasite *