Changeset 9034 in orxonox.OLD for branches/multi_player_map
- Timestamp:
- Jul 3, 2006, 2:06:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/story_entities/menu/game_menu.cc
r9033 r9034 510 510 511 511 this->ipInputLine = new OrxGui::GLGuiInputLine( ); 512 this->ipInputLine->setText( "localhost" ); 512 513 this->clientNetworkBox->pack( this->ipInputLine ); 513 514 this->ipInputLine->connect(SIGNAL(ipInputLine, enterPushed), this, SLOT(GameMenu, connectToServer)); 514 515 this->ipInputLine->select(); 515 516 516 OrxGui::GLGuiButton* connectButton = new OrxGui::GLGuiPushButton(" connect to server");517 OrxGui::GLGuiButton* connectButton = new OrxGui::GLGuiPushButton("Connect"); 517 518 clientNetworkBox->pack(connectButton); 518 519 connectButton->connect(SIGNAL(connectButton, released), this, SLOT(GameMenu, connectToServer)); … … 548 549 this->serverNetworkBox->pack( text2 ); 549 550 550 OrxGui::GLGuiButton* createButton = new OrxGui::GLGuiPushButton(" create server");551 OrxGui::GLGuiButton* createButton = new OrxGui::GLGuiPushButton("Create Server"); 551 552 serverNetworkBox->pack(createButton); 552 553 createButton->connect(SIGNAL(createButton, released), this, SLOT(GameMenu, createServer));
Note: See TracChangeset
for help on using the changeset viewer.