fixed removed not working messagebox

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-09 20:04:44 +00:00
parent cef7f2dbdc
commit 100b5fc2ed

View File

@ -119,11 +119,7 @@ bool CryptoPage::fileSaveAs()
if (fn.isEmpty())
return false;
setCurrentFileName(fn);
return fileSave();
QMessageBox::information(this, tr("RetroShare"),
tr("RetroShare Certificate file successfully created"),
QMessageBox::Ok, QMessageBox::Ok);
return fileSave();
}
void CryptoPage::setCurrentFileName(const QString &fileName)