summaryrefslogtreecommitdiff
path: root/src/subsidy_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-12 09:16:43 +0000
committerfrosch <frosch@openttd.org>2010-08-12 09:16:43 +0000
commit9e538acc038a2697f00c313763218f1cd3fd6652 (patch)
treebe3a368d66c1e820e8a677874a75eea3347c4cdc /src/subsidy_gui.cpp
parentb37be47f162a614ddfb0a777331d7c402930aec5 (diff)
downloadopenttd-9e538acc038a2697f00c313763218f1cd3fd6652.tar.xz
(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
Diffstat (limited to 'src/subsidy_gui.cpp')
-rw-r--r--src/subsidy_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subsidy_gui.cpp b/src/subsidy_gui.cpp
index a7f05157c..c96fdf6a8 100644
--- a/src/subsidy_gui.cpp
+++ b/src/subsidy_gui.cpp
@@ -236,7 +236,7 @@ static const NWidgetPart _nested_subsidies_list_widgets[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_PANEL, COLOUR_BROWN, SLW_PANEL), SetDataTip(0x0, STR_SUBSIDIES_TOOLTIP_CLICK_ON_SERVICE_TO_CENTER), SetResize(1, 1), SetScrollbar(SLW_SCROLLBAR), EndContainer(),
NWidget(NWID_VERTICAL),
- NWidget(WWT_SCROLLBAR, COLOUR_BROWN, SLW_SCROLLBAR),
+ NWidget(NWID_VSCROLLBAR, COLOUR_BROWN, SLW_SCROLLBAR),
NWidget(WWT_RESIZEBOX, COLOUR_BROWN),
EndContainer(),
EndContainer(),