datetime: Remove incorrectly set mnemonics
The mnemonics were pointing to other GtkLabels rather than activatable widgets and were confusing Orca. https://bugzilla.gnome.org/show_bug.cgi?id=708085
This commit is contained in:
parent
13c0dccd47
commit
9fface8f03
1 changed files with 0 additions and 2 deletions
|
@ -657,7 +657,6 @@
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
<property name="label" translatable="yes">Date & _Time</property>
|
<property name="label" translatable="yes">Date & _Time</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="mnemonic_widget">datetime_label</property>
|
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">True</property>
|
<property name="expand">True</property>
|
||||||
|
@ -706,7 +705,6 @@
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
<property name="label" translatable="yes">Time _Zone</property>
|
<property name="label" translatable="yes">Time _Zone</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="mnemonic_widget">timezone_label</property>
|
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="expand">True</property>
|
<property name="expand">True</property>
|
||||||
|
|
Loading…
Add table
Reference in a new issue