diff options
author | Stefano Karapetsas <[email protected]> | 2012-04-23 12:12:06 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-04-23 12:12:06 +0200 |
commit | 206fe346c7aa4ab963103bab290b1fe38a4e6121 (patch) | |
tree | 3753e74a56fac6b9fe53442891df314f315536fd | |
parent | e008971ab430999c50ac0a978a78be527ce2e249 (diff) | |
download | mate-desktop-206fe346c7aa4ab963103bab290b1fe38a4e6121.tar.bz2 mate-desktop-206fe346c7aa4ab963103bab290b1fe38a4e6121.tar.xz |
use appropriate include for "N_"
-rw-r--r-- | mate-about/mate-about.h | 2 |
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 |