(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 3ca0ed3e82
commit d9c9ae8fcf
1 changed files with 1 additions and 0 deletions

View File

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