diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-27 03:17:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-27 03:17:20 +0800 |
commit | ad7a5a909534915ed585e2795606f11d7260e0c7 (patch) | |
tree | 8e317c1f55d6a601b673579e28f79a112a9042ea /mail/mail-accounts.c | |
parent | 8e10bc69590b5594b95abcc8a8efd26bbdd86d2b (diff) | |
download | gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.tar.gz gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.tar.zst gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.zip |
Respect Gtk theme colors for the fonts and calculate a new table gbcolor
2001-07-26 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (write_headers): Respect Gtk theme colors for the
fonts and calculate a new table gbcolor based on gtk theme
preferences.
* mail-config.glade: Label the enabled field.
svn path=/trunk/; revision=11431
Diffstat (limited to 'mail/mail-accounts.c')
-rw-r--r-- | mail/mail-accounts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c index 7d08295891..a35ec7586b 100644 --- a/mail/mail-accounts.c +++ b/mail/mail-accounts.c @@ -738,7 +738,7 @@ construct (MailAccountsDialog *dialog) /* reparent */ gtk_widget_reparent (notebook, GNOME_DIALOG (dialog)->vbox); - /* give our dialog an OK button and title */ + /* give our dialog an Close button and title */ gtk_window_set_title (GTK_WINDOW (dialog), _("Evolution Account Manager")); gtk_window_set_policy (GTK_WINDOW (dialog), FALSE, TRUE, TRUE); gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 300); |