summaryrefslogtreecommitdiffstats
path: root/src/running.ui
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-07-28 02:44:00 +0200
committerSlávek Banko <[email protected]>2016-07-28 02:44:16 +0200
commitef29d707b21315d5cc3b658bf981a2861064ff4d (patch)
tree2bcc9f8f488af5ac03680d52274073efe337beef /src/running.ui
parent65554b1b95b4044d76439db7991ed36d0488eb05 (diff)
downloadtork-ef29d707b21315d5cc3b658bf981a2861064ff4d.tar.gz
tork-ef29d707b21315d5cc3b658bf981a2861064ff4d.zip
Fix wrong limits for port numbers
This resolves bug 2671 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit efa6236b8ec00c036e064634f85bf663ac48e797)
Diffstat (limited to 'src/running.ui')
-rw-r--r--src/running.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/running.ui b/src/running.ui
index 3e7caa3..0e1aa69 100644
--- a/src/running.ui
+++ b/src/running.ui
@@ -377,7 +377,7 @@
<cstring>kcfg_SOCKSBindAddressPort</cstring>
</property>
<property name="maxValue">
- <number>9999</number>
+ <number>65535</number>
</property>
</widget>
<widget class="TQSpinBox" row="2" column="5">
@@ -385,7 +385,7 @@
<cstring>Port</cstring>
</property>
<property name="maxValue">
- <number>9999</number>
+ <number>65535</number>
</property>
</widget>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="4">
@@ -458,7 +458,7 @@
<cstring>SocksPort</cstring>
</property>
<property name="maxValue">
- <number>9999</number>
+ <number>65535</number>
</property>
</widget>
<widget class="TQPushButton" row="1" column="4">