aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-object.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-11-08 05:34:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-11-08 05:34:17 +0800
commit796a15280db74604bf45cc3d51357ddc12731ba0 (patch)
tree0edc2ca62487fd8ada29399621429e9d1fb4ca2d /camel/camel-object.h
parentb0978f82a3a5f2869bab4cfb1b5036bc3cc8f3e0 (diff)
downloadgsoc2013-evolution-796a15280db74604bf45cc3d51357ddc12731ba0.tar
gsoc2013-evolution-796a15280db74604bf45cc3d51357ddc12731ba0.tar.gz
gsoc2013-evolution-796a15280db74604bf45cc3d51357ddc12731ba0.tar.bz2
gsoc2013-evolution-796a15280db74604bf45cc3d51357ddc12731ba0.tar.lz
gsoc2013-evolution-796a15280db74604bf45cc3d51357ddc12731ba0.tar.xz
gsoc2013-evolution-796a15280db74604bf45cc3d51357ddc12731ba0.tar.zst
gsoc2013-evolution-796a15280db74604bf45cc3d51357ddc12731ba0.zip
Added.
2002-11-07 Jeffrey Stedfast <fejj@ximian.com> * camel-i18n.h: Added. * camel-object.h: #include camel-i18n.h instead of gnome-i18n.h * camel-lock.c: Same. svn path=/trunk/; revision=18638
Diffstat (limited to 'camel/camel-object.h')
-rw-r--r--camel/camel-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-object.h b/camel/camel-object.h
index 7c218cd30c..785429b304 100644
--- a/camel/camel-object.h
+++ b/camel/camel-object.h
@@ -39,7 +39,7 @@ extern "C" {
#include <camel/camel-types.h> /* this is a @##$@#SF stupid header */
/* this crap shouldn't be here */
-#include <libgnome/gnome-i18n.h>
+#include <camel/camel-i18n.h>
#ifdef ENABLE_THREADS
#include <pthread.h>