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:
Ell
2016-05-08 20:30:13 +00:00
parent 2f96950eaa
commit ce27a627e0
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ const GimpStringActionEntry dialogs_dockable_actions[] =
"gimp-histogram-editor",
GIMP_HELP_HISTOGRAM_DIALOG },
{ "dialogs-selection-editor", GIMP_STOCK_TOOL_RECT_SELECT,
{ "dialogs-selection-editor", GIMP_STOCK_SELECTION,
NC_("dialogs-action", "_Selection Editor"), NULL,
NC_("dialogs-action", "Open the selection editor"),
"gimp-selection-editor",

View File

@ -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 },