diff --git a/app/tools/gimppathoptions.c b/app/tools/gimppathoptions.c index 57c458298a..199599171e 100644 --- a/app/tools/gimppathoptions.c +++ b/app/tools/gimppathoptions.c @@ -27,6 +27,7 @@ #include "libgimpcolor/gimpcolor.h" #include "libgimpconfig/gimpconfig.h" #include "libgimpwidgets/gimpwidgets.h" +#include "libgimpwidgets/gimpwidgets-private.h" #include "tools-types.h" @@ -574,6 +575,7 @@ gimp_path_options_gui (GimpToolOptions *tool_options) options->to_selection_button = button; button = gtk_button_new_with_label (_("Create New Vector Layer")); + gimp_widget_set_identifier (button, "create-new-vector-layer-button"); gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0); gtk_widget_set_sensitive (button, FALSE); gimp_help_set_help_data (button, NULL, NULL); diff --git a/desktop/org.gimp.GIMP.appdata.xml.in.in b/desktop/org.gimp.GIMP.appdata.xml.in.in index 3833eb9574..5984bae6e4 100644 --- a/desktop/org.gimp.GIMP.appdata.xml.in.in +++ b/desktop/org.gimp.GIMP.appdata.xml.in.in @@ -89,7 +89,8 @@ less-destructive layers which are the key points of upcoming GIMP 3.2.