Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 3, 2006, 2:06:01 PM (18 years ago)
Author:
rennerc
Message:

changed guictrl labels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/multi_player_map/src/story_entities/menu/game_menu.cc

    r9033 r9034  
    510510     
    511511      this->ipInputLine = new OrxGui::GLGuiInputLine( );
     512      this->ipInputLine->setText( "localhost" );
    512513      this->clientNetworkBox->pack( this->ipInputLine );
    513514      this->ipInputLine->connect(SIGNAL(ipInputLine, enterPushed), this, SLOT(GameMenu, connectToServer));
    514515      this->ipInputLine->select();
    515516     
    516       OrxGui::GLGuiButton* connectButton = new OrxGui::GLGuiPushButton("connect to server");
     517      OrxGui::GLGuiButton* connectButton = new OrxGui::GLGuiPushButton("Connect");
    517518      clientNetworkBox->pack(connectButton);
    518519      connectButton->connect(SIGNAL(connectButton, released), this, SLOT(GameMenu, connectToServer));
     
    548549      this->serverNetworkBox->pack( text2 );
    549550     
    550       OrxGui::GLGuiButton* createButton = new OrxGui::GLGuiPushButton("create server");
     551      OrxGui::GLGuiButton* createButton = new OrxGui::GLGuiPushButton("Create Server");
    551552      serverNetworkBox->pack(createButton);
    552553      createButton->connect(SIGNAL(createButton, released), this, SLOT(GameMenu, createServer));
Note: See TracChangeset for help on using the changeset viewer.