Skip to content

Commit

Permalink
More space, lesser parantheses for 'headless' prefix on server title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reynolds committed Nov 2, 2012
1 parent 7243a22 commit f128d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/glest_game/menu/menu_state_custom_game.cpp
Expand Up @@ -3423,7 +3423,7 @@ void MenuStateCustomGame::loadGameSettings(GameSettings *gameSettings,bool force

if(masterserver_admin_found == false)
{
labelGameName.setText("headless("+defaultPlayerName+")");
labelGameName.setText("Headless: "+defaultPlayerName);
}
}

Expand Down

0 comments on commit f128d40

Please sign in to comment.