Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/properties
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 /properties
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 'properties')
-rw-r--r--properties/ev-properties-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c
index 1203157..92e519f 100644
--- a/properties/ev-properties-view.c
+++ b/properties/ev-properties-view.c
@@ -28,7 +28,7 @@
#include <langinfo.h>
#endif
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <gtk/gtk.h>
#include "ev-properties-view.h"