Browse Source

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

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
eed49c10ce
  1. 2
      src/GUI.cpp

2
src/GUI.cpp

@ -248,7 +248,7 @@ void GUI::addLogPeerBlocked(const QString& ip){ @@ -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

Loading…
Cancel
Save