summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/baselinksdialog.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-02-27 09:35:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-02-28 09:40:38 +0100
commit6a0686e843204ef657cb3fdbd785f6f8ef206c64 (patch)
tree4e9f9f935ab68a60caffb7bcc21419a619278c4f /cui/uiconfig/ui/baselinksdialog.ui
parentec7f0c0d5a7c672ac745671d3fbec51200f8a871 (diff)
sneaky uppercase OK,CANCEL,HELP responses
Change-Id: I02324d31822c37daa1e5e1b8c87aa597def58957 Reviewed-on: https://gerrit.libreoffice.org/50437 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/baselinksdialog.ui')
-rw-r--r--cui/uiconfig/ui/baselinksdialog.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/baselinksdialog.ui b/cui/uiconfig/ui/baselinksdialog.ui
index 5b19711dfec9..31416432ddbc 100644
--- a/cui/uiconfig/ui/baselinksdialog.ui
+++ b/cui/uiconfig/ui/baselinksdialog.ui
@@ -18,7 +18,7 @@
<property name="orientation">vertical</property>
<property name="layout_style">start</property>
<child>
- <object class="GtkButton" id="CLOSE">
+ <object class="GtkButton" id="close">
<property name="label">gtk-close</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
@@ -35,7 +35,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="HELP">
+ <object class="GtkButton" id="help">
<property name="label">gtk-help</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
@@ -412,8 +412,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="0">CLOSE</action-widget>
- <action-widget response="-11">HELP</action-widget>
+ <action-widget response="-7">close</action-widget>
+ <action-widget response="-11">help</action-widget>
<action-widget response="0">UPDATE_NOW</action-widget>
<action-widget response="0">CHANGE_SOURCE</action-widget>
<action-widget response="0">BREAK_LINK</action-widget>