diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-27 10:23:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-27 14:39:40 +0100 |
commit | 0d8ea9c730abd0ffb6f52337c84835cb3d5be335 (patch) | |
tree | b76ea56a2faa570671adbc68c2c0802a24145bbc /cui | |
parent | e0ca73123afdfa0a6891971de1b714273a889bfd (diff) |
Fix assert(mpDialogImpl->get_response(pButton) == RET_HELP)
...in Dialog::add_button (vcl/source/window/dialog.cxx:1348) during
CppunitTest_cui_dialogs_test (part of `make screenshot`)
Change-Id: Ie5b8e301b99350a19f6de7de6496a9b315b633ee
Reviewed-on: https://gerrit.libreoffice.org/50415
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/baselinksdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/baselinksdialog.ui b/cui/uiconfig/ui/baselinksdialog.ui index 6fe5c16bf870..5b19711dfec9 100644 --- a/cui/uiconfig/ui/baselinksdialog.ui +++ b/cui/uiconfig/ui/baselinksdialog.ui @@ -413,7 +413,7 @@ </child> <action-widgets> <action-widget response="0">CLOSE</action-widget> - <action-widget response="0">HELP</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> |