mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
enabled for the MessageBox'es translations support
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1202 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2f1a8700ac
commit
58f11dda1d
2 changed files with 2 additions and 2 deletions
|
@ -504,7 +504,7 @@ void MainWindow::doQuit()
|
|||
{
|
||||
QString queryWrn;
|
||||
queryWrn.clear();
|
||||
queryWrn.append("Do you really want to quit and stop all transfers?");
|
||||
queryWrn.append(tr("Do you really want to exit RetroShare ?"));
|
||||
|
||||
if ((QMessageBox::question(this, tr("Really quit ? "),queryWrn,QMessageBox::Ok|QMessageBox::No, QMessageBox::Ok))== QMessageBox::Ok)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue