diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-03 15:37:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-03 15:37:49 +0800 |
commit | c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942 (patch) | |
tree | c1391fdfe1d0d9e2c3b6fdbf83846cc82981355d /mail/mail-config.glade | |
parent | cc3f47a93b23b778fc71b61dd71c3c1663c90f6d (diff) | |
download | gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.gz gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.tar.zst gsoc2013-evolution-c63dfc2f5181fe3e6f43c82e1ae4b6d0b694d942.zip |
Increase window size slightly, rename "Transport" to "Mail Transport"
2000-08-03 JP Rosevear <jpr@helixcode.com>
* mail-config.glade: Increase window size slightly, rename
"Transport" to "Mail Transport"
* mail-config.c (init_config): Remove gconf references
(clear_config): ditto
(read_config): ditto
(write_config): ditto
(mail_config): Null provider lists before filling them
(mail_config_druid): ditto
(identity_page_new): Increase spacing of vbox
(service_page_new): ditto
* Makefile.am: Remove gconf references.
svn path=/trunk/; revision=4504
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index fdaf8e775a..9a630516c6 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -21,7 +21,7 @@ <class>GnomePropertyBox</class> <name>dialog</name> <width>460</width> - <height>340</height> + <height>360</height> <position>GTK_WIN_POS_NONE</position> <modal>False</modal> <allow_shrink>False</allow_shrink> @@ -297,7 +297,7 @@ <class>GtkLabel</class> <child_name>Notebook:tab</child_name> <name>label25</name> - <label>Transport</label> + <label>Mail Transport</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> |