diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-19 09:04:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-19 14:45:19 +0100 |
commit | 8ed356fb69e024218538c4818ea6ad46799b2c68 (patch) | |
tree | 0eee31d0ff5ce77b43c030b7c31079eae5a1ccba /uui/source/sslwarndlg.cxx | |
parent | 60f1490af9b29ac2df8e9e9411e9d41b472f9113 (diff) |
reserve negative responses for internal responses
Change-Id: Iecf7d25340ff751c2984e27fdd303d2162472344
Reviewed-on: https://gerrit.libreoffice.org/49971
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 'uui/source/sslwarndlg.cxx')
-rw-r--r-- | uui/source/sslwarndlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx index b85e376ff291..f88284a70610 100644 --- a/uui/source/sslwarndlg.cxx +++ b/uui/source/sslwarndlg.cxx @@ -50,7 +50,7 @@ void SSLWarnDialog::response(short nResponseId) { switch (nResponseId) { - case -1: + case 101: ViewCert(); break; default: |