[gimp] app: change the help IDs of posterize and desaturate
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: change the help IDs of posterize and desaturate
- Date: Tue, 31 Jan 2017 20:09:26 +0000 (UTC)
commit 45d1e0b4ea14c620c97f9bef2b12eff19ee8b181
Author: Michael Natterer <mitch gimp org>
Date: Tue Jan 31 21:08:36 2017 +0100
app: change the help IDs of posterize and desaturate
they are simple filter now, not tools.
app/actions/filters-actions.c | 6 +++---
app/widgets/gimphelp-ids.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 876282a..6740412 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -164,7 +164,7 @@ static const GimpStringActionEntry filters_actions[] =
{ "filters-color-temperature", GIMP_STOCK_GEGL,
NC_("filters-action", "Color T_emperature..."), NULL, NULL,
- "gegl:color-temperature",
+ "gegl:color-temperature",
GIMP_HELP_FILTER_COLOR_TEMPERATURE },
{ "filters-color-to-alpha", GIMP_STOCK_GEGL,
@@ -190,7 +190,7 @@ static const GimpStringActionEntry filters_actions[] =
{ "filters-desaturate", GIMP_STOCK_TOOL_DESATURATE,
NC_("filters-action", "_Desaturate..."), NULL, NULL,
"gimp:desaturate",
- GIMP_HELP_TOOL_DESATURATE },
+ GIMP_HELP_FILTER_DESATURATE },
{ "filters-difference-of-gaussians", GIMP_STOCK_GEGL,
NC_("filters-action", "Difference of Gaussians..."), NULL, NULL,
@@ -425,7 +425,7 @@ static const GimpStringActionEntry filters_actions[] =
{ "filters-posterize", GIMP_STOCK_TOOL_POSTERIZE,
NC_("filters-action", "_Posterize..."), NULL, NULL,
"gimp:posterize",
- GIMP_HELP_TOOL_POSTERIZE },
+ GIMP_HELP_FILTER_POSTERIZE },
{ "filters-red-eye-removal", GIMP_STOCK_GEGL,
NC_("filters-action", "_Red Eye Removal..."), NULL, NULL,
diff --git a/app/widgets/gimphelp-ids.h b/app/widgets/gimphelp-ids.h
index 57adf61..9f538d2 100644
--- a/app/widgets/gimphelp-ids.h
+++ b/app/widgets/gimphelp-ids.h
@@ -350,7 +350,7 @@
#define GIMP_HELP_FILTER_CONVOLUTION_MATRIX "gimp-filter-convolution-matrix"
#define GIMP_HELP_FILTER_CUBISM "gimp-filter-cubism"
#define GIMP_HELP_FILTER_DEINTERLACE "gimp-filter-deinterlace"
-#define GIMP_HELP_TOOL_DESATURATE "gimp-filter-desaturate"
+#define GIMP_HELP_FILTER_DESATURATE "gimp-filter-desaturate"
#define GIMP_HELP_FILTER_DIFFERENCE_OF_GAUSSIANS "gimp-filter-difference-of-gaussians"
#define GIMP_HELP_FILTER_DIFFRACTION_PATTERNS "gimp-filter-diffraction-patterns"
#define GIMP_HELP_FILTER_DISPLACE "gimp-filter-displace"
@@ -397,7 +397,7 @@
#define GIMP_HELP_FILTER_PIXELIZE "gimp-filter-pixelize"
#define GIMP_HELP_FILTER_PLASMA "gimp-filter-plasma"
#define GIMP_HELP_FILTER_POLAR_COORDINATES "gimp-filter-polar-coordinates"
-#define GIMP_HELP_TOOL_POSTERIZE "gimp-filter-posterize"
+#define GIMP_HELP_FILTER_POSTERIZE "gimp-filter-posterize"
#define GIMP_HELP_FILTER_RED_EYE_REMOVAL "gimp-filter-red-eye-removal"
#define GIMP_HELP_FILTER_RIPPLE "gimp-filter-ripple"
#define GIMP_HELP_FILTER_SATURATION "gimp-filter-saturation"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]