Changeset b51d6fee8a8711614ea1c37e8eea49f92106016a

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • src/joindialog.cpp

    r2292265 rb51d6fe  
    6565        m_ent_host.set_text(host); 
    6666 
    67         m_ent_port.set_range(1024, 65535); 
     67        m_ent_port.set_range(1, 65535); 
    6868        m_ent_port.set_value(port); 
    6969        m_ent_port.set_increments(1, 256);