summaryrefslogtreecommitdiff
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-12-26 21:18:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-01-04 11:50:10 +0100
commit8b5a89f6818dc77bd4d9808ad40e762674cdf5b7 (patch)
tree9cccf880d9c7f161926dc001ffe135c9da5ca157 /cui/uiconfig
parent2aff7b2622b3fcc3115037d48e033fe1b7ab627a (diff)
tdf#133718 Add accelerator keys to Hyperlink dialog tabs
Also change an accelerator on the Internet tab to avoid clashing with the new one for Mail tab Change-Id: I24a03647ccba6901b1865f5ca4228e54d686d662 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108358 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/hyperlinkdialog.ui16
-rw-r--r--cui/uiconfig/ui/hyperlinkinternetpage.ui2
2 files changed, 13 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/hyperlinkdialog.ui b/cui/uiconfig/ui/hyperlinkdialog.ui
index a02e9f752943..34301fe97df3 100644
--- a/cui/uiconfig/ui/hyperlinkdialog.ui
+++ b/cui/uiconfig/ui/hyperlinkdialog.ui
@@ -180,7 +180,9 @@
<object class="GtkLabel" id="RID_SVXSTR_HYPERDLG_HLINETTP">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" context="hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLINETTP">Internet</property>
+ <property name="label" translatable="yes" context="hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLINETTP">_Internet</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">internet</property>
</object>
<packing>
<property name="expand">False</property>
@@ -253,7 +255,9 @@
<object class="GtkLabel" id="RID_SVXSTR_HYPERDLG_HLMAILTP">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" context="hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLMAILTP">Mail</property>
+ <property name="label" translatable="yes" context="hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLMAILTP">_Mail</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">mail</property>
</object>
<packing>
<property name="expand">False</property>
@@ -327,7 +331,9 @@
<object class="GtkLabel" id="RID_SVXSTR_HYPERDLG_HLDOCTP">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" context="hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLDOCTP">Document</property>
+ <property name="label" translatable="yes" context="hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLDOCTP">_Document</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">document</property>
</object>
<packing>
<property name="expand">False</property>
@@ -401,7 +407,9 @@
<object class="GtkLabel" id="RID_SVXSTR_HYPERDLG_HLDOCNTP">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" context="hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLDOCNTP">New Document</property>
+ <property name="label" translatable="yes" context="hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLDOCNTP">_New Document</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">newdocument</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/cui/uiconfig/ui/hyperlinkinternetpage.ui b/cui/uiconfig/ui/hyperlinkinternetpage.ui
index c5bee8c85e64..e86627673709 100644
--- a/cui/uiconfig/ui/hyperlinkinternetpage.ui
+++ b/cui/uiconfig/ui/hyperlinkinternetpage.ui
@@ -320,7 +320,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes" context="hyperlinkinternetpage|name_label">Na_me:</property>
+ <property name="label" translatable="yes" context="hyperlinkinternetpage|name_label">N_ame:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">name</property>
<property name="xalign">0</property>