summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2008-06-25 17:30:16 +0000
committerskidd13 <skidd13@openttd.org>2008-06-25 17:30:16 +0000
commit41b09d402715512981620f9a291a2f118cc0709d (patch)
tree6d11bec516bffdaf6213f803e3cdc563db827a3d /src/window_type.h
parent7c7e08df591a41f51053cfa4f938307440047ecb (diff)
downloadopenttd-41b09d402715512981620f9a291a2f118cc0709d.tar.xz
(svn r13628) -Feature: enable building of aqueducts in the scenario editor
-Codechange: related to this split the waterway based buttons from the landscape generation window
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 62f226527..2dc4ba584 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -66,7 +66,7 @@ enum WindowClass {
WC_SCEN_LAND_GEN,
WC_SCEN_TOWN_GEN,
WC_SCEN_INDUSTRY,
- WC_SCEN_BUILD_ROAD,
+ WC_SCEN_BUILD_TOOLBAR,
WC_BUILD_TREES,
WC_SEND_NETWORK_MSG,
WC_DROPDOWN_MENU,