aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-component.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index dcdeffef04..edd08429f9 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-27 Arvind_evo <sa.phoenix@gmail.com>
+
+ Fix for bug#260354 comment 35:
+ * mail-component.c: set the window title to reflect the
+ localized folder names
+
2006-06-21 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #344338
diff --git a/mail/mail-component.c b/mail/mail-component.c
index 9f48497891..43e469b78b 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -568,7 +568,7 @@ view_changed(EMFolderView *emfv, EComponentView *component_view)
else
e_info_label_set_info(el, name, tmp->str);
- title = g_strdup_printf("%s (%s)", name, tmp->str);
+ title = g_strdup_printf("%s (%s)", _(name), tmp->str);
e_component_view_set_title(component_view, title);
g_free(title);