diff --git a/app/pdb/group-layer-cmds.c b/app/pdb/group-layer-cmds.c index 65f5e59b8a..a1f8957fd5 100644 --- a/app/pdb/group-layer-cmds.c +++ b/app/pdb/group-layer-cmds.c @@ -146,7 +146,7 @@ register_group_layer_procs (GimpPDB *pdb) "The new group layer still needs to be added to the image, as this is not automatic. Add the new layer with the [method@Image.insert_layer] method.\n" "Other attributes such as layer mask, modes and offsets should be set with explicit procedure calls.\n" "\n" - "Other procedures useful with group layers: [method@image_reorder_item], [method@item.get_parent], [method@item.get_children], [method@item.is_group].", + "Other procedures useful with group layers: [method@Image.reorder_item], [method@Item.get_parent], [method@Item.get_children], [method@Item.is_group].", NULL); gimp_procedure_set_static_attribution (procedure, "Barak Itkin ", diff --git a/libgimp/gimpgrouplayer_pdb.c b/libgimp/gimpgrouplayer_pdb.c index b9b1fc2ad8..94aadbd2be 100644 --- a/libgimp/gimpgrouplayer_pdb.c +++ b/libgimp/gimpgrouplayer_pdb.c @@ -54,8 +54,8 @@ * with explicit procedure calls. * * Other procedures useful with group layers: - * [method@image_reorder_item], [method@item.get_parent], - * [method@item.get_children], [method@item.is_group]. + * [method@Image.reorder_item], [method@Item.get_parent], + * [method@Item.get_children], [method@Item.is_group]. * * Returns: (transfer none): The newly created group layer. * diff --git a/pdb/groups/group_layer.pdb b/pdb/groups/group_layer.pdb index 570c24f318..573ebf758d 100644 --- a/pdb/groups/group_layer.pdb +++ b/pdb/groups/group_layer.pdb @@ -31,8 +31,8 @@ Other attributes such as layer mask, modes and offsets should be set with explicit procedure calls. -Other procedures useful with group layers: [method@image_reorder_item], -[method@item.get_parent], [method@item.get_children], [method@item.is_group]. +Other procedures useful with group layers: [method@Image.reorder_item], +[method@Item.get_parent], [method@Item.get_children], [method@Item.is_group]. HELP &barak_pdb_misc('2010', '2.8');