(svn r20386) -Fix: Initialize fund-industry buttons when opening window.

This commit is contained in:
alberth
2010-08-06 12:19:01 +00:00
parent 5f9d74467f
commit 03e8fe7c0e

View File

@@ -273,6 +273,7 @@ public:
this->callback_timer = DAY_TICKS;
this->InitNested(&_build_industry_desc, 0);
this->SetButtons();
}
virtual void OnInit()