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

This commit is contained in:
belugas
2008-04-10 02:23:38 +00:00
parent 3491a3346e
commit 79cb5ec1c7

View File

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