From 47df5e395c36a5509b53005c9160b88431005282 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Mon, 13 Aug 2001 20:30:01 +0000 Subject: Changed the title of the Mail Settings dialog from "Evolution Account 2001-08-13 Anna Marie Dirks * mail-accounts.c: Changed the title of the Mail Settings dialog from "Evolution Account Manager" to "Mail Settings" . svn path=/trunk/; revision=11957 --- mail/ChangeLog | 5 +++++ mail/mail-accounts.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 4ef4c7b3c1..00e37a4346 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-08-13 Anna Marie Dirks + * mail-accounts.c: Changed the title of the Mail Settings + dialog from "Evolution Account Manager" to "Mail Settings" . + 2001-08-13 Jeffrey Stedfast * mail-callbacks.c (expunge_folder): Confirm that the user really @@ -155,6 +159,7 @@ * message-list.c (message_list_select): Fix inline documentation. +>>>>>>> 1.1546 2001-08-09 Anna Marie Dirks Fixes bug #6918 diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c index 88cb204a87..e8e692d8ef 100644 --- a/mail/mail-accounts.c +++ b/mail/mail-accounts.c @@ -738,7 +738,7 @@ construct (MailAccountsDialog *dialog) gtk_widget_reparent (notebook, GNOME_DIALOG (dialog)->vbox); /* give our dialog an Close button and title */ - gtk_window_set_title (GTK_WINDOW (dialog), _("Evolution Account Manager")); + gtk_window_set_title (GTK_WINDOW (dialog), _("Mail Settings")); gtk_window_set_policy (GTK_WINDOW (dialog), FALSE, TRUE, TRUE); gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 300); gnome_dialog_append_button (GNOME_DIALOG (dialog), GNOME_STOCK_BUTTON_CLOSE); -- cgit v1.2.3