diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-17 21:21:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-19 16:54:33 +0100 |
commit | 837ba68ac04ed52716eef531f034b6a49f576178 (patch) | |
tree | 0b0188a7280d7722cb29f72d9b10f519ccfc13ad /sfx2/uiconfig | |
parent | 82a213880ff3927d8b2b3e5135743002a3b4df35 (diff) |
weld: hook up help response
and keep the current legacy ownership behaviour when welding the
legacy backend
Change-Id: I7e1f90f2d235abf0e10062b4be11ba5150bbdbfb
Reviewed-on: https://gerrit.libreoffice.org/49918
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/helpmanual.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/helpmanual.ui b/sfx2/uiconfig/ui/helpmanual.ui index 08bfd238bd23..4104d13ce9bb 100644 --- a/sfx2/uiconfig/ui/helpmanual.ui +++ b/sfx2/uiconfig/ui/helpmanual.ui @@ -58,7 +58,7 @@ </object> </child> <action-widgets> - <action-widget response="1">website</action-widget> + <action-widget response="-5">website</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> </object> |