diff options
author | Arunprakash <arunp@novell.com> | 2005-08-08 13:54:26 +0800 |
---|---|---|
committer | Shakti Prasad Sen <shaktis@src.gnome.org> | 2005-08-08 13:54:26 +0800 |
commit | f2275a7baf7cd9613b8548f26d126b5677c9984f (patch) | |
tree | 2ee6e3d1f5421306e9913ce06256df158199c3ca /plugins/exchange-operations/exchange-operations.c | |
parent | 7b293f77002c09da21e94e636625522d259590b1 (diff) | |
download | gsoc2013-evolution-f2275a7baf7cd9613b8548f26d126b5677c9984f.tar gsoc2013-evolution-f2275a7baf7cd9613b8548f26d126b5677c9984f.tar.gz gsoc2013-evolution-f2275a7baf7cd9613b8548f26d126b5677c9984f.tar.bz2 gsoc2013-evolution-f2275a7baf7cd9613b8548f26d126b5677c9984f.tar.lz gsoc2013-evolution-f2275a7baf7cd9613b8548f26d126b5677c9984f.tar.xz gsoc2013-evolution-f2275a7baf7cd9613b8548f26d126b5677c9984f.tar.zst gsoc2013-evolution-f2275a7baf7cd9613b8548f26d126b5677c9984f.zip |
Included glib/gi18n.h file for translation. Same.
2005-08-08 Arunprakash <arunp@novell.com>
* exchange-folder-size-display.c: Included glib/gi18n.h file for
translation.
* exchange-operations.c: Same.
svn path=/trunk/; revision=30029
Diffstat (limited to 'plugins/exchange-operations/exchange-operations.c')
-rw-r--r-- | plugins/exchange-operations/exchange-operations.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-operations.c b/plugins/exchange-operations/exchange-operations.c index 80eb50f4b7..23794a079b 100644 --- a/plugins/exchange-operations/exchange-operations.c +++ b/plugins/exchange-operations/exchange-operations.c @@ -20,6 +20,7 @@ */ #include <string.h> +#include <glib/gi18n.h> #include "exchange-operations.h" #include <e-util/e-error.h> |