Mercurial > trustbridge
diff ui/mainwindow.cpp @ 1154:98e0712e790b
Indentation fix
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 12:54:20 +0200 |
parents | 0495f9187c4b |
children | 5f5880cca5cf |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Thu Sep 18 12:53:40 2014 +0200 +++ b/ui/mainwindow.cpp Thu Sep 18 12:54:20 2014 +0200 @@ -278,11 +278,11 @@ QTimer::singleShot(600000 + (qrand() % 60000), this, SLOT(checkUpdates())); qDebug() << "Failed to verify list."; } else { - if (mTrayIcon->isAlternative()) { - mCurMessage = tr("An updated certificate list is available."); - } else { - mCurMessage = tr("An updated certificate list is available.") +" " + tr("Click here to install."); - } + if (mTrayIcon->isAlternative()) { + mCurMessage = tr("An updated certificate list is available."); + } else { + mCurMessage = tr("An updated certificate list is available.") +" " + tr("Click here to install."); + } setState(NewListAvailable); showMessage(); loadCertificateList();