1
0
Fork 0

(svn r12646) -Codechange: another run of code-style cleanup

release/0.7
belugas 2008-04-10 02:14:14 +00:00
parent f484b2e1c7
commit ccd49d81a8
1 changed files with 107 additions and 106 deletions

View File

@ -204,6 +204,7 @@ static void BuildAirportPickerWndProc(Window *w, WindowEvent *e)
SndPlayFx(SND_15_BEEP);
SetWindowDirty(w);
break;
case 16: case 17:
_station_show_coverage = (e->we.click.widget != 16);
w->SetWidgetLoweredState(16, !_station_show_coverage);