summaryrefslogtreecommitdiff
path: root/mate-about
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-04-23 12:12:06 +0200
committerStefano Karapetsas <[email protected]>2012-04-23 12:12:06 +0200
commit206fe346c7aa4ab963103bab290b1fe38a4e6121 (patch)
tree3753e74a56fac6b9fe53442891df314f315536fd /mate-about
parente008971ab430999c50ac0a978a78be527ce2e249 (diff)
downloadmate-desktop-206fe346c7aa4ab963103bab290b1fe38a4e6121.tar.bz2
mate-desktop-206fe346c7aa4ab963103bab290b1fe38a4e6121.tar.xz
use appropriate include for "N_"
Diffstat (limited to 'mate-about')
-rw-r--r--mate-about/mate-about.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h
index 2183c64..4a0fbc4 100644
--- a/mate-about/mate-about.h
+++ b/mate-about/mate-about.h
@@ -23,7 +23,7 @@
#include <gtk/gtk.h>
#include <libintl.h> // for gettext
-#include <glib/gi18n-lib.h>
+#include <glib/gi18n.h>
#include <config.h> // autogenerated by ./configure
#ifdef USE_UNIQUE