31 pageLayout->setColumnStretch(1, 10); |
31 pageLayout->setColumnStretch(1, 10); |
32 pageLayout->setColumnStretch(2, 20); |
32 pageLayout->setColumnStretch(2, 20); |
33 pageLayout->setColumnStretch(3, 10); |
33 pageLayout->setColumnStretch(3, 10); |
34 |
34 |
35 BtnLAN = addButton(tr("LAN game"), pageLayout, 1, 2); |
35 BtnLAN = addButton(tr("LAN game"), pageLayout, 1, 2); |
36 BtnLAN->setWhatsThis(tr("Hoin or host your own game server in a Local Area Network.")); |
36 BtnLAN->setWhatsThis(tr("Join or host your own game server in a Local Area Network.")); |
37 BtnOfficialServer = addButton(tr("Official server"), pageLayout, 2, 2); |
37 BtnOfficialServer = addButton(tr("Official server"), pageLayout, 2, 2); |
38 BtnOfficialServer->setWhatsThis(tr("Join hundreds of players online!")); |
38 BtnOfficialServer->setWhatsThis(tr("Join hundreds of players online!")); |
39 |
39 |
40 // hack: temporary deactivated - requires server modifications that aren't backward compatible (yet) |
40 // hack: temporary deactivated - requires server modifications that aren't backward compatible (yet) |
41 //BtnOfficialServer->setEnabled(false); |
41 //BtnOfficialServer->setEnabled(false); |