[gimp] app: use the grid icon for gegl:grid



commit b7491bf5cb5c4748d5948d474630daf4c91c70c6
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 22 23:30:49 2014 +0200

    app: use the grid icon for gegl:grid

 app/actions/filters-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 2d2f6fb..da91349 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -150,7 +150,7 @@ static const GimpStringActionEntry filters_actions[] =
     "gegl:gaussian-blur",
     NULL /* FIXME GIMP_HELP_FILTER_GAUSSIAN_BLUR */ },
 
-  { "filters-grid", GIMP_STOCK_GEGL,
+  { "filters-grid", GIMP_STOCK_GRID,
     NC_("filters-action", "_Grid..."), NULL, NULL,
     "gegl:grid",
     NULL /* FIXME GIMP_HELP_FILTER_GAUSSIAN_GRID */ },


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