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:
@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user