diff options
author | Milan Crha <mcrha@redhat.com> | 2009-10-13 17:36:04 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-10-13 17:36:04 +0800 |
commit | dc2953040b0fb9576411d2f145e7e6ff11dd989a (patch) | |
tree | ac8fe8adc18d93194e0d9560cec4fbf88f45316e /addressbook/gui | |
parent | 71471abf1cfcde53a207da67847d200e57e92d2f (diff) | |
download | gsoc2013-evolution-dc2953040b0fb9576411d2f145e7e6ff11dd989a.tar gsoc2013-evolution-dc2953040b0fb9576411d2f145e7e6ff11dd989a.tar.gz gsoc2013-evolution-dc2953040b0fb9576411d2f145e7e6ff11dd989a.tar.bz2 gsoc2013-evolution-dc2953040b0fb9576411d2f145e7e6ff11dd989a.tar.lz gsoc2013-evolution-dc2953040b0fb9576411d2f145e7e6ff11dd989a.tar.xz gsoc2013-evolution-dc2953040b0fb9576411d2f145e7e6ff11dd989a.tar.zst gsoc2013-evolution-dc2953040b0fb9576411d2f145e7e6ff11dd989a.zip |
Bug #498095 - Fixing mnemonics
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.glade | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade index 497be08c85..63e68aa348 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.glade +++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade @@ -63,6 +63,7 @@ <property name="xalign">1</property> <property name="label" translatable="yes" context="yes">_Where:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">source-combo-box</property> </widget> <packing> <property name="top_attach">1</property> @@ -250,9 +251,10 @@ <property name="can_default">True</property> <property name="has_default">True</property> <property name="has_tooltip">True</property> + <property name="use_underline">True</property> <property name="tooltip_markup">Insert email addresses from Address Book</property> <property name="tooltip_text">Insert email addresses from Address Book</property> - <property name="label" translatable="yes" context="yes">Select...</property> + <property name="label" translatable="yes" context="yes">_Select...</property> <property name="response_id">0</property> <signal name="clicked" handler="contact_list_editor_select_button_clicked_cb"/> </widget> |