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 | |
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')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-folder-size-display.c | 1 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-operations.c | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 85259e9c9d..421b7be3d2 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,9 @@ +2005-08-08 Arunprakash <arunp@novell.com> + + * exchange-folder-size-display.c: Included glib/gi18n.h file for + translation. + * exchange-operations.c: Same. + 2005-08-05 Arunprakash <arunp@novell.com> * exchange-folder-size-display.c (exchange_folder_size_display) : 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> 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> |