aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/exchange-operations/ChangeLog6
-rw-r--r--plugins/exchange-operations/exchange-folder-size-display.c1
-rw-r--r--plugins/exchange-operations/exchange-operations.c1
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>