mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-07 06:06:18 -05:00
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:
parent
cef7f2dbdc
commit
100b5fc2ed
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user