diff options
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r-- | embed/ephy-encodings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index 51e2d3a52..38f70065a 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -30,7 +30,7 @@ #include "eel-gconf-extensions.h" #include "ephy-debug.h" -#include <bonobo/bonobo-i18n.h> +#include <glib/gi18n.h> #include <string.h> #define EPHY_ENCODINGS_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_ENCODINGS, EphyEncodingsPrivate)) |