diff options
author | Rasmus Jonsson <wasmus@zom.bi> | 2019-04-06 07:27:00 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2019-04-06 09:16:08 +0200 |
commit | 4ba6388c4507e3c93ba130eeddb616b43657561b (patch) | |
tree | 480835eeadedea81f5665b80d7bbfced3689e875 /svx/uiconfig/ui/chinesedictionary.ui | |
parent | 4a4ac352dc73fce0ef5fe017f1101e290e81fb6f (diff) |
tdf#119931 Fix accessibility warnings in chinesedictionary.ui
Change-Id: I144b0530d5eb029fac4fad458373da4474974876
Reviewed-on: https://gerrit.libreoffice.org/70336
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'svx/uiconfig/ui/chinesedictionary.ui')
-rw-r--r-- | svx/uiconfig/ui/chinesedictionary.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/chinesedictionary.ui b/svx/uiconfig/ui/chinesedictionary.ui index 47cc1c454b55..66f75bd27e5c 100644 --- a/svx/uiconfig/ui/chinesedictionary.ui +++ b/svx/uiconfig/ui/chinesedictionary.ui @@ -155,6 +155,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="chinesedictionary|termft">Term</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">term</property> <property name="xalign">0</property> </object> <packing> @@ -168,6 +169,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="chinesedictionary|mappingft">Mapping</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">mapping</property> <property name="xalign">0</property> </object> <packing> @@ -237,6 +239,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="chinesedictionary|propertyft">Property</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">property</property> <property name="xalign">0</property> </object> <packing> |