summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2016-09-04 04:59:11 +0400
committerjan iversen <jani@documentfoundation.org>2016-09-06 19:43:16 +0000
commitc0b72139e7c619c484daac0cd84201fd95327224 (patch)
treebe21628bdb50cebd1b50d064964f75dd6ec55c0e
parent721b55bcf1ab31b24b28aac6d9a54784fc290d6c (diff)
Make character dialog's hyperlink tab accessible
Change-Id: I6b2351b5a46562236dc93c6de3daa185e2a72fb2 Reviewed-on: https://gerrit.libreoffice.org/28653 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 62fdfdded30e3e7507590a07791cc78e6b2b1d80) Reviewed-on: https://gerrit.libreoffice.org/28695 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
-rw-r--r--sw/uiconfig/swriter/ui/charurlpage.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/charurlpage.ui b/sw/uiconfig/swriter/ui/charurlpage.ui
index ba39e553ae63..c69e10c31226 100644
--- a/sw/uiconfig/swriter/ui/charurlpage.ui
+++ b/sw/uiconfig/swriter/ui/charurlpage.ui
@@ -33,6 +33,8 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">URL:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">urled</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -45,6 +47,8 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Name:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">nameed</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -57,6 +61,8 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Text:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">texted</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -69,6 +75,8 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Target frame:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">targetfrmlb</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -214,6 +222,8 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Visited links:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">visitedlb</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -226,6 +236,8 @@
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Unvisited links:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">unvisitedlb</property>
</object>
<packing>
<property name="left_attach">0</property>