summaryrefslogtreecommitdiff
path: root/mate-about
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-04-23 12:10:12 +0200
committerStefano Karapetsas <[email protected]>2012-04-23 12:10:12 +0200
commite008971ab430999c50ac0a978a78be527ce2e249 (patch)
treec36d6a2b1d2b19000ffc071a9049a9a22a15c297 /mate-about
parentabc603ab57675cfaa7d3111abd8a43b6dcb4ff8b (diff)
downloadmate-desktop-e008971ab430999c50ac0a978a78be527ce2e249.tar.bz2
mate-desktop-e008971ab430999c50ac0a978a78be527ce2e249.tar.xz
add missing include for "N_"
http://developer.gnome.org/glib/2.30/glib-I18N.html#N-:CAPS
Diffstat (limited to 'mate-about')
-rw-r--r--mate-about/mate-about.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h
index ffec736..2183c64 100644
--- a/mate-about/mate-about.h
+++ b/mate-about/mate-about.h
@@ -23,6 +23,7 @@
#include <gtk/gtk.h>
#include <libintl.h> // for gettext
+#include <glib/gi18n-lib.h>
#include <config.h> // autogenerated by ./configure
#ifdef USE_UNIQUE
@@ -43,10 +44,6 @@
#include <getopt.h>
#endif
-#if !defined(N_)
- #define N_(s) s
-#endif
-
//class mate_about
//{
const char* program_name = "MATE Desktop Environment";