diff options
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"; |