From b20133666331d13e9672f4c39ecac23b9058315f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 4 Jun 2002 12:35:50 +0000 Subject: Set the title of our GalViewCollection. 2002-06-04 Christopher James Lahey * folder-browser-ui.c (folder_browser_ui_setup_view_menus): Set the title of our GalViewCollection. svn path=/trunk/; revision=17104 --- mail/folder-browser-ui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/folder-browser-ui.c') 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, -- cgit v1.2.3