(svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3 lines

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
belugas 16 years ago
parent ccd49d81a8
commit fa1359ebc6

@ -209,9 +209,9 @@ static void BuildAirportPickerWndProc(Window *w, WindowEvent *e)
_station_show_coverage = (e->we.click.widget != 16);
w->SetWidgetLoweredState(16, !_station_show_coverage);
w->SetWidgetLoweredState(17, _station_show_coverage);
SndPlayFx(SND_15_BEEP);
SetWindowDirty(w);
break;
SndPlayFx(SND_15_BEEP);
SetWindowDirty(w);
break;
}
} break;

Loading…
Cancel
Save