diff options
author | Andre Klapper <ak-47@gmx.net> | 2012-08-19 02:32:23 +0800 |
---|---|---|
committer | Andre Klapper <ak-47@gmx.net> | 2012-08-19 02:33:37 +0800 |
commit | 528eef4f3cd39048578be19cd745b4476019bc0d (patch) | |
tree | 34067c19da9892af24e70f1fb43f34475ac79718 /modules/calendar | |
parent | a4701b54554c3244409f10b5105f0c2d05c5945c (diff) | |
download | gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.tar.gz gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.tar.zst gsoc2013-evolution-528eef4f3cd39048578be19cd745b4476019bc0d.zip |
Bind labels to widgets for day times settings in preferences so mnemonics work
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-calendar-preferences.ui | 2 |
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> |