app: fix menu icon of "Selection Editor"
Was GIMP_STOCK_TOOL_RECT_SELECT; changed to GIMP_STOCK_SELECTION, to match the actual icon of the dialog.
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
|
||||
static const GimpActionEntry select_actions[] =
|
||||
{
|
||||
{ "selection-popup", GIMP_STOCK_TOOL_RECT_SELECT,
|
||||
{ "selection-popup", GIMP_STOCK_SELECTION,
|
||||
NC_("select-action", "Selection Editor Menu"), NULL, NULL, NULL,
|
||||
GIMP_HELP_SELECTION_DIALOG },
|
||||
|
||||
|
Reference in New Issue
Block a user