From fa1359ebc6ca1a72893306e3f3d18904390cf799 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 10 Apr 2008 02:23:38 +0000 Subject: [PATCH] (svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3 lines --- src/airport_gui.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp index eaee0e0992..e43acd700b 100644 --- a/src/airport_gui.cpp +++ b/src/airport_gui.cpp @@ -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;