app: correct names of screen and difference layer ops

This commit is contained in:
Øyvind Kolås 2017-01-10 20:09:44 +01:00
parent 71030f49e9
commit 56ba42a97c
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);