[gimp] app: fix typo in tools_color_average_radius_actions[]



commit c9c29ad4601eb6e57ef7315348fc8f6999d6f1a5
Author: Michael Natterer <mitch gimp org>
Date:   Sun Apr 20 15:19:33 2014 +0200

    app: fix typo in tools_color_average_radius_actions[]

 app/actions/tools-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/tools-actions.c b/app/actions/tools-actions.c
index 8cbe992..0806e2e 100644
--- a/app/actions/tools-actions.c
+++ b/app/actions/tools-actions.c
@@ -71,7 +71,7 @@ static const GimpEnumActionEntry tools_color_average_radius_actions[] =
     "Set Color Picker Radius", NULL, NULL,
     GIMP_ACTION_SELECT_SET, TRUE,
     NULL },
-  { "tools-color-average-set-to-default", GIMP_STOCK_TOOL_COLOR_PICKER,
+  { "tools-color-average-radius-set-to-default", GIMP_STOCK_TOOL_COLOR_PICKER,
     "Set Color Picker Radius To Default Value", NULL, NULL,
     GIMP_ACTION_SELECT_SET_TO_DEFAULT, FALSE,
     NULL },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]