aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Klapper <ak-47@gmx.net>2012-08-19 02:32:23 +0800
committerAndre Klapper <ak-47@gmx.net>2012-08-19 02:33:37 +0800
commit528eef4f3cd39048578be19cd745b4476019bc0d (patch)
tree34067c19da9892af24e70f1fb43f34475ac79718
parenta4701b54554c3244409f10b5105f0c2d05c5945c (diff)
downloadgsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.tar
gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.tar.gz
gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.tar.bz2
gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.tar.lz
gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.tar.xz
gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.tar.zst
gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.zip
Bind labels to widgets for day times settings in preferences so mnemonics work
-rw-r--r--modules/calendar/e-calendar-preferences.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/calendar/e-calendar-preferences.ui b/modules/calendar/e-calendar-preferences.ui
index 5cbc82fbf4..cb508ae3be 100644
--- a/modules/calendar/e-calendar-preferences.ui
+++ b/modules/calendar/e-calendar-preferences.ui
@@ -423,6 +423,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Day begins:</property>
+ <property name="mnemonic_widget">start_of_day</property>
<property name="use_underline">True</property>
</object>
<packing>
@@ -625,6 +626,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Day _ends:</property>
+ <property name="mnemonic_widget">end_of_day</property>
<property name="use_underline">True</property>
</object>
<packing>