diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-11-08 05:34:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-11-08 05:34:17 +0800 |
commit | 796a15280db74604bf45cc3d51357ddc12731ba0 (patch) | |
tree | 0edc2ca62487fd8ada29399621429e9d1fb4ca2d /camel/camel-object.h | |
parent | b0978f82a3a5f2869bab4cfb1b5036bc3cc8f3e0 (diff) | |
download | gsoc2013-evolution-796a15280db74604bf45cc3d51357ddc12731ba0.tar.gz 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.h | 2 |
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> |