Fix pluginselectdlg position

Fix peerlistwidget position
Fix mainwindow position
This commit is contained in:
Chocobo1 2015-11-11 11:19:16 +08:00
parent 2258e4d5ed
commit fb9ebce9c6
3 changed files with 6 additions and 6 deletions

View file

@ -258,9 +258,9 @@ void PeerListWidget::showPeerListMenu(const QPoint &)
}
}
if (peerCount < peersList.length())
QMessageBox::information(0, tr("Peer addition"), tr("Some peers could not be added. Check the Log for details."));
QMessageBox::information(this, tr("Peer addition"), tr("Some peers could not be added. Check the Log for details."));
else if (peerCount > 0)
QMessageBox::information(0, tr("Peer addition"), tr("The peers were added to this torrent."));
QMessageBox::information(this, tr("Peer addition"), tr("The peers were added to this torrent."));
return;
}
if (act == banAct) {