Changeset 6984e9d
- Timestamp:
- 01/23/17 21:48:13 (6 years ago)
- Branches:
- master, qt5
- Children:
- fe5dac7
- Parents:
- f94ab1d
- git-author:
- Philipp Spitzer <philipp@…> (01/23/17 21:47:08)
- git-committer:
- Philipp Spitzer <philipp@…> (01/23/17 21:48:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
rf94ab1d r6984e9d 422 422 if (QMessageBox::warning( 423 423 this, 424 QString("SSL errors"),425 QString("One or more SSL errors have occurred: ") + errorString,424 tr("SSL errors"), 425 tr("One or more SSL errors have occurred: %1", 0, errors.size()).arg(errorString), 426 426 QMessageBox::Ignore | QMessageBox::Cancel) == QMessageBox::Ignore) { 427 427 aReply->ignoreSslErrors();
Note: See TracChangeset
for help on using the changeset viewer.