diff options
author | Milan Crha <mcrha@redhat.com> | 2010-09-09 18:34:43 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-09-09 18:34:43 +0800 |
commit | 0788178cfcc15a5db2857214aafde848513a7bfd (patch) | |
tree | fd01fbb0482a633784fdcd45487e2d100550705a /mail | |
parent | 19fb22903ca10a1e22e1f23a5accee350b75fee1 (diff) | |
download | gsoc2013-evolution-0788178cfcc15a5db2857214aafde848513a7bfd.tar.gz gsoc2013-evolution-0788178cfcc15a5db2857214aafde848513a7bfd.tar.zst gsoc2013-evolution-0788178cfcc15a5db2857214aafde848513a7bfd.zip |
Bug #629115 - Missing mnemonic_widget property in mail-config.ui
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-config.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index 2a4ce8b9e0..4718aa601e 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -833,6 +833,7 @@ For example: "Work" or "Personal"</property> <property name="label" translatable="yes">_Use Secure Connection:</property> <property name="use_underline">True</property> <property name="justify">center</property> + <property name="mnemonic_widget">source_use_ssl</property> </object> <packing> <property name="expand">False</property> @@ -1282,6 +1283,7 @@ For example: "Work" or "Personal"</property> <property name="label" translatable="yes">_Use Secure Connection:</property> <property name="use_underline">True</property> <property name="justify">center</property> + <property name="mnemonic_widget">transport_use_ssl</property> </object> <packing> <property name="expand">False</property> |