summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-06 12:19:01 +0000
committeralberth <alberth@openttd.org>2010-08-06 12:19:01 +0000
commitd9c9ae8fcf0dd5ebbcb18b8eb650e49c0e405da7 (patch)
treed202b8de0bd63a52c3240c9dcc902ed29afc9204 /src/industry_gui.cpp
parent3ca0ed3e82f6a943f1c4c76418b85e485bf5041a (diff)
downloadopenttd-d9c9ae8fcf0dd5ebbcb18b8eb650e49c0e405da7.tar.xz
(svn r20386) -Fix: Initialize fund-industry buttons when opening window.
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index a881237fc..6afe6d8e7 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -273,6 +273,7 @@ public:
this->callback_timer = DAY_TICKS;
this->InitNested(&_build_industry_desc, 0);
+ this->SetButtons();
}
virtual void OnInit()