aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-10-13 17:36:04 +0800
committerMilan Crha <mcrha@redhat.com>2009-10-13 17:36:04 +0800
commitdc2953040b0fb9576411d2f145e7e6ff11dd989a (patch)
treeac8fe8adc18d93194e0d9560cec4fbf88f45316e /addressbook/gui
parent71471abf1cfcde53a207da67847d200e57e92d2f (diff)
downloadgsoc2013-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.glade4
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>