mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04: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
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue