diff options
author | Milan Crha <mcrha@redhat.com> | 2011-10-11 04:07:30 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-10-11 04:07:30 +0800 |
commit | bc58ab6a77b02a4e11f6e5be918dd82b0c3b9105 (patch) | |
tree | 4d5d1293fabe04336c8f0b09368437c40845d5e1 /mail | |
parent | 3c45eb1bdd9f07a5ab80a54c00da40255ba7c2ae (diff) | |
download | gsoc2013-evolution-bc58ab6a77b02a4e11f6e5be918dd82b0c3b9105.tar gsoc2013-evolution-bc58ab6a77b02a4e11f6e5be918dd82b0c3b9105.tar.gz gsoc2013-evolution-bc58ab6a77b02a4e11f6e5be918dd82b0c3b9105.tar.bz2 gsoc2013-evolution-bc58ab6a77b02a4e11f6e5be918dd82b0c3b9105.tar.lz gsoc2013-evolution-bc58ab6a77b02a4e11f6e5be918dd82b0c3b9105.tar.xz gsoc2013-evolution-bc58ab6a77b02a4e11f6e5be918dd82b0c3b9105.tar.zst gsoc2013-evolution-bc58ab6a77b02a4e11f6e5be918dd82b0c3b9105.zip |
Bug #660850 - Missing set mnemonic widgets in composer preferences
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 7567d18603..0c16cc6c4c 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -605,6 +605,7 @@ for display purposes only. </property> <property name="xalign">1</property> <property name="label" translatable="yes">_Reply style:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">comboboxReplyStyle</property> </object> <packing> <property name="x_options">GTK_FILL</property> @@ -618,6 +619,7 @@ for display purposes only. </property> <property name="xalign">1</property> <property name="label" translatable="yes">_Forward style:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">comboboxForwardStyle</property> </object> <packing> <property name="top_attach">1</property> |