From 546e41c540eafdc19ffb7cf330d0a135277c2b9b Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Sat, 10 Aug 2024 20:32:25 +0000 Subject: [PATCH] app/menus: Fix "vectors" group to "paths" Resolves #11890. The Selection Editor's "vectors" group was not renamed to "paths" during the GimpPath API update. This caused it to be registered to a non-existent group, thus crashing. --- app/menus/menus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/menus/menus.c b/app/menus/menus.c index f1399267fc..c7a3031a7f 100644 --- a/app/menus/menus.c +++ b/app/menus/menus.c @@ -330,7 +330,7 @@ menus_init (Gimp *gimp) gimp_menu_factory_manager_register (global_menu_factory, "", "select", - "vectors", + "paths", NULL, "/selection-popup", "selection-menu", NULL,