--- dialogs.c.orig Sun Mar 11 16:12:55 2001 +++ dialogs.c Sun Mar 11 16:13:20 2001 @@ -1927,7 +1927,7 @@ gint nat_id=GPOINTER_TO_INT(g_list_nth_data(sorted_races_list,i)); races_toggles[i]=gtk_radio_button_new_with_label(group, get_nation_name(nat_id)); - gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(races_toggles[i]), FALSE); + gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(races_toggles[i]), TRUE); group = gtk_radio_button_group( GTK_RADIO_BUTTON( races_toggles[i] ) ); gtk_table_attach_defaults(GTK_TABLE(races_toggles_form),races_toggles[i], i%per_row, i%per_row+1, i/per_row, i/per_row+1);