Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-document-factory.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-04 12:52:03 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-04 12:52:03 (GMT)
commit96ee76c82cc04f84631bc396ec9c7284a49ac727 (patch)
treeec88bbe9e3ca7dbc9f124a8c918bd00f73ddf63b /libdocument/ev-document-factory.c
parent5318470a09c25159060bce488c2ec45b3611da38 (diff)
Include gi18n-lib.h instead of gi18n.h.
* backend/comics/comics-document.c: * backend/djvu/djvu-document.c: * backend/dvi/dvi-document.c: * backend/impress/impress-document.c: * backend/pdf/ev-poppler.cc: * backend/pixbuf/pixbuf-document.c: * backend/ps/ev-spectre.c: * backend/tiff/tiff-document.c: * libdocument/ev-attachment.c: * libdocument/ev-document-factory.c: * libview/ev-jobs.c: * libview/ev-view-accessible.c: * libview/ev-view.c: * properties/ev-properties-view.c: Include gi18n-lib.h instead of gi18n.h. svn path=/trunk/; revision=3412
Diffstat (limited to 'libdocument/ev-document-factory.c')
-rw-r--r--libdocument/ev-document-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-document-factory.c b/libdocument/ev-document-factory.c
index 09baef2..3b9129a 100644
--- a/libdocument/ev-document-factory.c
+++ b/libdocument/ev-document-factory.c
@@ -26,7 +26,7 @@
#include <gio/gio.h>
#include <glib/gstdio.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include "ev-backends-manager.h"