aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.glade
diff options
context:
space:
mode:
authorDavid Turner <cillian64@googlemail.com>2007-12-04 20:21:49 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-12-04 20:21:49 +0800
commitc896b43ec99cb48323d5413c9507ea3d65a26e5b (patch)
treed6ca295d402c42880dccfff3991a6ccf976ba636 /mail/mail-config.glade
parentd4eba934b557652534b8f56b0425b19120114e73 (diff)
downloadgsoc2013-evolution-c896b43ec99cb48323d5413c9507ea3d65a26e5b.tar
gsoc2013-evolution-c896b43ec99cb48323d5413c9507ea3d65a26e5b.tar.gz
gsoc2013-evolution-c896b43ec99cb48323d5413c9507ea3d65a26e5b.tar.bz2
gsoc2013-evolution-c896b43ec99cb48323d5413c9507ea3d65a26e5b.tar.lz
gsoc2013-evolution-c896b43ec99cb48323d5413c9507ea3d65a26e5b.tar.xz
gsoc2013-evolution-c896b43ec99cb48323d5413c9507ea3d65a26e5b.tar.zst
gsoc2013-evolution-c896b43ec99cb48323d5413c9507ea3d65a26e5b.zip
** Fix for bug #466241
2007-12-04 David Turner <cillian64@googlemail.com> ** Fix for bug #466241 * plugins/exchange-operations/exchange-account-setup.c: (org_gnome_exchange_auth_section): Added a mnemonic to the Authentication Type label/dropdown * mail/mail-config.glade: Added a mnemonic to "Authentication type" in the recieving mail section of configuration svn path=/trunk/; revision=34643
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r--mail/mail-config.glade5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index 65bcf786e5..9f8e1970af 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -1610,8 +1610,9 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkLabel" id="label474">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;Authentication Type&lt;/span&gt;</property>
- <property name="use_underline">False</property>
+ <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;_Authentication Type&lt;/span&gt;</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">source_auth_dropdown</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>