diff options
Diffstat (limited to 'src/modules/http/HttpFileTransfer.cpp')
| -rw-r--r-- | src/modules/http/HttpFileTransfer.cpp | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/modules/http/HttpFileTransfer.cpp b/src/modules/http/HttpFileTransfer.cpp index 33ccd583e..970b1c8d9 100644 --- a/src/modules/http/HttpFileTransfer.cpp +++ b/src/modules/http/HttpFileTransfer.cpp @@ -231,18 +231,7 @@ void HttpFileTransfer::displayPaint(QPainter * p, int column, QRect rect) int iLeftHalf = (iW - 2) / 2; int iRightHalf = iW - (iLeftHalf + 1); int iLineSpacing = fm.lineSpacing() + 2; - /* - txt = __tr2qs_ctx("Spd:","dcc"); - txt += " "; - if(iInstantSpeed >= 0) - { - QString tmpisp; - KviNetUtils::formatNetworkBandwidthString(tmpisp,iAvgSpeed); - txt += tmpisp; - } else { - txt += "? B/s"; - } - */ + txt = __tr2qs_ctx("Avg:", "dcc"); txt += " "; if(iAvgSpeed >= 0) |
