diff options
| author | 2008-06-29 11:46:52 +0000 | |
|---|---|---|
| committer | 2008-06-29 11:46:52 +0000 | |
| commit | 6e16f46eeeb84b9cea6af4ea910f3fd621f6469d (patch) | |
| tree | 76fa30cdf20aca3657bcdb3e6bee1edfa5709097 /src/modules/http/httpfiletransfer.cpp | |
| parent | added kvi_tal_tablewidget; (diff) | |
| download | KVIrc-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.cpp | 2 |
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) |
