diff options
author | Stefano Karapetsas <[email protected]> | 2012-04-23 12:10:12 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-04-23 12:10:12 +0200 |
commit | e008971ab430999c50ac0a978a78be527ce2e249 (patch) | |
tree | c36d6a2b1d2b19000ffc071a9049a9a22a15c297 /mate-about/mate-about.h | |
parent | abc603ab57675cfaa7d3111abd8a43b6dcb4ff8b (diff) | |
download | mate-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/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 5 |
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"; |