aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Fabio Bas2009-10-04 16:35:01 +0000
committerGravatar Fabio Bas2009-10-04 16:35:01 +0000
commitb346c3c0d2ddf5661788f4b468ede4287757d670 (patch)
tree837a451b19eb53c16aaebb439ce64010dd67c9e3 /src
parentfix for #588 (diff)
downloadKVIrc-b346c3c0d2ddf5661788f4b468ede4287757d670.tar.gz
KVIrc-b346c3c0d2ddf5661788f4b468ede4287757d670.tar.bz2
KVIrc-b346c3c0d2ddf5661788f4b468ede4287757d670.zip
fix for #589
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3537 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/options/optw_dcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_dcc.cpp b/src/modules/options/optw_dcc.cpp
index 4f5b7d75f..ddbb8eb87 100644
--- a/src/modules/options/optw_dcc.cpp
+++ b/src/modules/options/optw_dcc.cpp
@@ -136,7 +136,7 @@ KviDccAdvancedOptionsWidget::KviDccAdvancedOptionsWidget(QWidget * parent)
"and it includes all the DCC types (send,chat,recv...). " \
"KVIrc will refuse the requests when this limit is reached.</center>","options"));
- addUIntSelector(0,3,1,3,__tr2qs_ctx("DCC socket timeout:","options"),KviOption_uintDccSocketTimeout,10,65536,180);
+ u = addUIntSelector(0,3,1,3,__tr2qs_ctx("DCC socket timeout:","options"),KviOption_uintDccSocketTimeout,10,65536,180);
u->setSuffix(__tr2qs_ctx(" sec","options"));
mergeTip(u,__tr2qs_ctx("<center>This is the amount of time that KVIrc will wait for a response before assuming that a DCC has failed " \
"because the remote client was unable to connect to our listening socket.</center>","options"));