summaryrefslogtreecommitdiff
path: root/desktop
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 /desktop
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 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx6
-rw-r--r--desktop/uiconfig/ui/updateinstalldialog.ui8
2 files changed, 7 insertions, 7 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
index eb5cce4025ec..ede28929eddb 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
@@ -217,9 +217,9 @@ UpdateInstallDialog::UpdateInstallDialog(
get(m_pMle_info, "INFO");
m_pMle_info->set_height_request(m_pMle_info->GetTextHeight() * 5);
m_pMle_info->set_width_request(m_pMle_info->approximate_char_width() * 56);
- get(m_pHelp, "HELP");
- get(m_pOk, "OK");
- get(m_pCancel, "CANCEL");
+ get(m_pHelp, "help");
+ get(m_pOk, "ok");
+ get(m_pCancel, "cancel");
m_xExtensionManager = css::deployment::ExtensionManager::get( xCtx );
diff --git a/desktop/uiconfig/ui/updateinstalldialog.ui b/desktop/uiconfig/ui/updateinstalldialog.ui
index d96a85edef67..cd6e482a032b 100644
--- a/desktop/uiconfig/ui/updateinstalldialog.ui
+++ b/desktop/uiconfig/ui/updateinstalldialog.ui
@@ -17,7 +17,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<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>
@@ -157,9 +157,9 @@
</object>
</child>
<action-widgets>
- <action-widget response="0">HELP</action-widget>
- <action-widget response="0">OK</action-widget>
- <action-widget response="0">CANCEL</action-widget>
+ <action-widget response="-11">help</action-widget>
+ <action-widget response="-5">ok</action-widget>
+ <action-widget response="-6">cancel</action-widget>
</action-widgets>
</object>
</interface>