aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/http/httpfiletransfer.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-06-29 11:46:52 +0000
committerGravatar Fabio Bas2008-06-29 11:46:52 +0000
commit6e16f46eeeb84b9cea6af4ea910f3fd621f6469d (patch)
tree76fa30cdf20aca3657bcdb3e6bee1edfa5709097 /src/modules/http/httpfiletransfer.cpp
parentadded kvi_tal_tablewidget; (diff)
downloadKVIrc-6e16f46eeeb84b9cea6af4ea910f3fd621f6469d.tar.gz
KVIrc-6e16f46eeeb84b9cea6af4ea910f3fd621f6469d.tar.bz2
KVIrc-6e16f46eeeb84b9cea6af4ea910f3fd621f6469d.zip
filetranferwindow: fixed update of tranfers status
nicklist: changed male/female icons (they're self explanative now), please comment change git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1963 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/http/httpfiletransfer.cpp')
-rw-r--r--src/modules/http/httpfiletransfer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/http/httpfiletransfer.cpp b/src/modules/http/httpfiletransfer.cpp
index 23697d426..19900a2aa 100644
--- a/src/modules/http/httpfiletransfer.cpp
+++ b/src/modules/http/httpfiletransfer.cpp
@@ -225,7 +225,6 @@ void KviHttpFileTransfer::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 += " ";
@@ -238,7 +237,6 @@ void KviHttpFileTransfer::displayPaint(QPainter * p,int column, QRect rect)
txt += "? B/s";
}
*/
-
txt = __tr2qs_ctx("Avg:","dcc");
txt += " ";
if(iAvgSpeed >= 0)