[gegl] operations: Include gi18n-lib.h in noise-reduction.c
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] operations: Include gi18n-lib.h in noise-reduction.c
- Date: Sun, 1 Apr 2012 08:47:03 +0000 (UTC)
commit 5e833aceb1c4d6706d378b58df9275c25602db3b
Author: Martin Nordholts <martinn src gnome org>
Date: Sun Apr 1 10:46:45 2012 +0200
operations: Include gi18n-lib.h in noise-reduction.c
It has localized strings.
operations/common/noise-reduction.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/operations/common/noise-reduction.c b/operations/common/noise-reduction.c
index cd4a8c4..067388f 100644
--- a/operations/common/noise-reduction.c
+++ b/operations/common/noise-reduction.c
@@ -16,6 +16,9 @@
* Ali Alsam, Hans Jakob Rivertz, Ãyvind KolÃs (c) 2011
*/
+#include "config.h"
+#include <glib/gi18n-lib.h>
+
#ifdef GEGL_CHANT_PROPERTIES
gegl_chant_int_ui (iterations, _("Strength"), 0, 32, 4, 0, 8, 1, _("How many iteratarions to run the algorithm with"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]