change "Register My Server in the Server List at the Central Server" to "Make My Server Public (Register My Server in the Server List)"
This commit is contained in:
parent
82f5ad18f4
commit
b080378c06
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
3.4.7git
|
3.4.7git
|
||||||
|
|
||||||
|
* added support for alternative Central Servers to solve the 200 server registration limit (Ticket #50)
|
||||||
|
|
||||||
* added support for 64 samples frame size in the server (if server runs in 64 or 128 samples
|
* added support for 64 samples frame size in the server (if server runs in 64 or 128 samples
|
||||||
mode it is still compatible to both, 64 and 128 samples frame size clients)
|
mode it is still compatible to both, 64 and 128 samples frame size clients)
|
||||||
|
|
||||||
|
@ -12,7 +14,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TODO problem with Central Server listing limit of 200 servers (Ticket #50)
|
|
||||||
|
|
||||||
TODO split country names by upper case latters by inserting a space
|
TODO split country names by upper case latters by inserting a space
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="chbRegisterServer">
|
<widget class="QCheckBox" name="chbRegisterServer">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Register My Server in the Server List at the Central Server</string>
|
<string>Make My Server Public (Register My Server in the Server List)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue