File diff r9142:8eefd8081b0a → r9143:e484ce861c88
src/subsidy_gui.cpp
Show inline comments
 
@@ -194,8 +194,8 @@ static const WindowDesc _subsidies_list_
 
	SubsidiesListWndProc
 
};
 

	
 

	
 
void ShowSubsidiesList()
 
{
 
	AllocateWindowDescFront(&_subsidies_list_desc, 0);
 
	AllocateWindowDescFront<Window>(&_subsidies_list_desc, 0);
 
}