station_gui.c
branchcustombridgeheads
changeset 5623 ef2a8a524a95
parent 5568 75f13d7bfaed
equal deleted inserted replaced
5622:2f0cb276d32a 5623:ef2a8a524a95
   747 			SetWindowDirty(w);
   747 			SetWindowDirty(w);
   748 			break;
   748 			break;
   749 
   749 
   750 		case 9: {
   750 		case 9: {
   751 			SetDParam(0, w->window_number);
   751 			SetDParam(0, w->window_number);
   752 			ShowQueryString(STR_STATION, STR_3030_RENAME_STATION_LOADING, 31, 180, w->window_class, w->window_number, CS_ALPHANUMERAL);
   752 			ShowQueryString(STR_STATION, STR_3030_RENAME_STATION_LOADING, 31, 180, w, CS_ALPHANUMERAL);
   753 		} break;
   753 		} break;
   754 
   754 
   755 		case 10: { /* Show a list of scheduled trains to this station */
   755 		case 10: { /* Show a list of scheduled trains to this station */
   756 			const Station *st = GetStation(w->window_number);
   756 			const Station *st = GetStation(w->window_number);
   757 			ShowVehicleListWindow(st->owner, w->window_number, VEH_Train);
   757 			ShowVehicleListWindow(st->owner, w->window_number, VEH_Train);