Mercurial > trustbridge
comparison ui/createcertlistdialog.cpp @ 562:ccdc4c6b97ce
Log diff between initial certificate list and saved list to a logfile.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 22 May 2014 15:29:59 +0200 |
parents | a097dd86cb4d |
children | 75cd2fbf9ac6 |
comparison
equal
deleted
inserted
replaced
561:4433f9d57f6d | 562:ccdc4c6b97ce |
---|---|
271 showErrorMessage(tr("Failed to write current_certificates file.")); | 271 showErrorMessage(tr("Failed to write current_certificates file.")); |
272 return; | 272 return; |
273 } | 273 } |
274 | 274 |
275 QMessageBox::information(this, "", tr("Saved certificate list:\n%1").arg(fileName)); | 275 QMessageBox::information(this, "", tr("Saved certificate list:\n%1").arg(fileName)); |
276 mAdminWindow->logChanges(curCerts); | |
276 close(); | 277 close(); |
277 } | 278 } |