summaryrefslogtreecommitdiff
path: root/src/build_vehicle_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-02-01 15:49:12 +0000
committerrubidium <rubidium@openttd.org>2007-02-01 15:49:12 +0000
commit2a9851a3ad3ffc9bdf90afb10021587e9a9ef190 (patch)
treef20591430627ec5e32fc838089b470939051cee5 /src/build_vehicle_gui.cpp
parent7735c2197f21d9e32eb54dfe344202d174e1aa6a (diff)
downloadopenttd-2a9851a3ad3ffc9bdf90afb10021587e9a9ef190.tar.xz
(svn r8511) -Codechange: make WindowClass an enumerated value.
Diffstat (limited to 'src/build_vehicle_gui.cpp')
-rw-r--r--src/build_vehicle_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp
index b43327f15..38b66bef5 100644
--- a/src/build_vehicle_gui.cpp
+++ b/src/build_vehicle_gui.cpp
@@ -924,7 +924,7 @@ static void NewVehicleWndProc(Window *w, WindowEvent *e)
static const WindowDesc _build_vehicle_desc = {
WDP_AUTO, WDP_AUTO, 228, 236,
- WC_BUILD_VEHICLE,0,
+ WC_BUILD_VEHICLE, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE,
_build_vehicle_widgets,
NewVehicleWndProc