Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/pixbuf/pixbuf-document.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 /backend/pixbuf/pixbuf-document.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 'backend/pixbuf/pixbuf-document.c')
-rw-r--r--backend/pixbuf/pixbuf-document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pixbuf/pixbuf-document.c b/backend/pixbuf/pixbuf-document.c
index bebc25b..d509b4d 100644
--- a/backend/pixbuf/pixbuf-document.c
+++ b/backend/pixbuf/pixbuf-document.c
@@ -18,7 +18,7 @@
*/
#include <config.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include "pixbuf-document.h"
#include "ev-document-thumbnails.h"