- some cosmetic changes

This commit is contained in:
Christophe Dumez 2006-10-21 23:15:23 +00:00
parent c9f3bed4da
commit affafd5dbf
43 changed files with 111 additions and 31 deletions

View file

@ -1003,7 +1003,7 @@ void GUI::closeEvent(QCloseEvent *e){
if(options->getConfirmOnExit()){
if(QMessageBox::question(this,
tr("Are you sure you want to quit? -- qBittorrent"),
tr("Are you sure you want to quit qbittorrent?"),
tr("Are you sure you want to quit qBittorrent?"),
tr("&Yes"), tr("&No"),
QString(), 0, 1)){
e->ignore();