mirror of https://github.com/GNOME/gimp.git
app: correct names of screen and difference layer ops
This commit is contained in:
parent
71030f49e9
commit
56ba42a97c
|
@ -52,7 +52,7 @@ gimp_operation_difference_legacy_class_init (GimpOperationDifferenceLegacyClass
|
|||
point_class = GEGL_OPERATION_POINT_COMPOSER3_CLASS (klass);
|
||||
|
||||
gegl_operation_class_set_keys (operation_class,
|
||||
"name", "gimp:difference-mode",
|
||||
"name", "gimp:difference-legacy",
|
||||
"description", "GIMP difference mode operation",
|
||||
NULL);
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ gimp_operation_screen_class_init (GimpOperationScreenClass *klass)
|
|||
point_class = GEGL_OPERATION_POINT_COMPOSER3_CLASS (klass);
|
||||
|
||||
gegl_operation_class_set_keys (operation_class,
|
||||
"name", "gimp:screen-mode",
|
||||
"name", "gimp:screen",
|
||||
"description", "GIMP screen mode operation",
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue