Changeset b51d6fee8a8711614ea1c37e8eea49f92106016a
- Timestamp:
- 01/06/07 23:51:18 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- cd320363828b664059ae021c9d5d2bb35ebff97b
- Children:
- 81a6aea3d94c425ad2cb3c13bcaed04f2ff7fb4c
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:51:18Z+0000
- Message:
-
[project @ Allow to join servers with port numbers < 1024]
Original author: Philipp Kern <phil@…>
Date: 2005-11-04 10:04:31+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2292265
|
rb51d6fe
|
|
| 65 | 65 | m_ent_host.set_text(host); |
| 66 | 66 | |
| 67 | | m_ent_port.set_range(1024, 65535); |
| | 67 | m_ent_port.set_range(1, 65535); |
| 68 | 68 | m_ent_port.set_value(port); |
| 69 | 69 | m_ent_port.set_increments(1, 256); |