[gimp] app: fix menu icon of "Selection Editor"
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix menu icon of "Selection Editor"
- Date: Sun, 8 May 2016 20:36:31 +0000 (UTC)
commit ce27a627e0ebe4f7891980e8c394e791574b1693
Author: Ell <ell_se yahoo com>
Date: Sun May 8 20:30:13 2016 +0000
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.
app/actions/dialogs-actions.c | 2 +-
app/actions/select-actions.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/dialogs-actions.c b/app/actions/dialogs-actions.c
index 198a1fd..a05e564 100644
--- a/app/actions/dialogs-actions.c
+++ b/app/actions/dialogs-actions.c
@@ -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",
diff --git a/app/actions/select-actions.c b/app/actions/select-actions.c
index b990865..c09290e 100644
--- a/app/actions/select-actions.c
+++ b/app/actions/select-actions.c
@@ -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 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]