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.
This commit is contained in:
Alx Sa 2024-08-10 20:32:25 +00:00
parent 4bae06c8b3
commit 546e41c540
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ menus_init (Gimp *gimp)
gimp_menu_factory_manager_register (global_menu_factory, "<Selection>",
"select",
"vectors",
"paths",
NULL,
"/selection-popup",
"selection-menu", NULL,