diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/folder-browser-ui.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 94dd1998c0..1aee3a4612 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2002-06-04 Christopher James Lahey <clahey@ximian.com> + + * folder-browser-ui.c (folder_browser_ui_setup_view_menus): Set + the title of our GalViewCollection. + 2002-06-04 Not Zed <NotZed@Ximian.com> * mail-accounts.c (mail_accounts_tab_construct): Duh, we want to diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c index 577192cf71..524af3c2ef 100644 --- a/mail/folder-browser-ui.c +++ b/mail/folder-browser-ui.c @@ -226,6 +226,8 @@ folder_browser_ui_setup_view_menus (FolderBrowser *fb) collection = gal_view_collection_new(); + gal_view_collection_set_title (collection, _("Mail")); + local_dir = gnome_util_prepend_user_home ("/evolution/views/mail/"); gal_view_collection_set_storage_directories (collection, |