From 35b972c8545136bfe58b7730ce5212d22c800e87 Mon Sep 17 00:00:00 2001
From: Jehan
Date: Fri, 29 Aug 2025 13:15:24 +0200
Subject: [PATCH] app, desktop: update demo tour for vector layers.
---
app/tools/gimppathoptions.c | 2 ++
desktop/org.gimp.GIMP.appdata.xml.in.in | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
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.
- -
+
-
New type of layers: vector layers.
-