1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 06:54:20 +00:00

- Peer blocked are now added in the right box (not log)

This commit is contained in:
Christophe Dumez 2007-07-14 04:22:57 +00:00
parent 0a2ab16e4c
commit eed49c10ce

View File

@ -248,7 +248,7 @@ void GUI::addLogPeerBlocked(const QString& ip){
textBlockedUsers->clear();
nbLines = 1;
}
infoBar->append("<font color='grey'>"+ QTime::currentTime().toString("hh:mm:ss") + "</font> - "+tr("<font color='red'>%1</font> <i>was blocked</i>", "x.y.z.w was blocked").arg(ip));
textBlockedUsers->append("<font color='grey'>"+ QTime::currentTime().toString("hh:mm:ss") + "</font> - "+tr("<font color='red'>%1</font> <i>was blocked</i>", "x.y.z.w was blocked").arg(ip));
}
// Update Info Bar information