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-folder-size-display.c | |
parent | 7b293f77002c09da21e94e636625522d259590b1 (diff) | |
download | gsoc2013-evolution-f2275a7baf7cd9613b8548f26d126b5677c9984f.tar.gz 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-folder-size-display.c')
-rw-r--r-- | plugins/exchange-operations/exchange-folder-size-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-folder-size-display.c b/plugins/exchange-operations/exchange-folder-size-display.c index 14ca5e3054..5473196446 100644 --- a/plugins/exchange-operations/exchange-folder-size-display.c +++ b/plugins/exchange-operations/exchange-folder-size-display.c @@ -25,6 +25,7 @@ #include <string.h> +#include <glib/gi18n.h> #include <e-util/e-dialog-utils.h> #include <glade/glade-xml.h> #include <gtk/gtkbox.h> |