diff options
author | rubidium <rubidium@openttd.org> | 2007-02-01 15:49:12 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-02-01 15:49:12 +0000 |
commit | 2a9851a3ad3ffc9bdf90afb10021587e9a9ef190 (patch) | |
tree | f20591430627ec5e32fc838089b470939051cee5 /src/dock_gui.cpp | |
parent | 7735c2197f21d9e32eb54dfe344202d174e1aa6a (diff) | |
download | openttd-2a9851a3ad3ffc9bdf90afb10021587e9a9ef190.tar.xz |
(svn r8511) -Codechange: make WindowClass an enumerated value.
Diffstat (limited to 'src/dock_gui.cpp')
-rw-r--r-- | src/dock_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp index 9930b89ae..8b3cda116 100644 --- a/src/dock_gui.cpp +++ b/src/dock_gui.cpp @@ -208,7 +208,7 @@ static const Widget _build_docks_toolb_widgets[] = { static const WindowDesc _build_docks_toolbar_desc = { WDP_ALIGN_TBR, 22, 136, 36, - WC_BUILD_TOOLBAR, 0, + WC_BUILD_TOOLBAR, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON, _build_docks_toolb_widgets, BuildDocksToolbWndProc |