Change: For consistency, add company name to colour scheme window.
This commit is contained in:

committed by
Niels Martin Hansen

parent
256b94a03d
commit
6e5b90f4f7
@@ -660,6 +660,10 @@ public:
|
||||
virtual void SetStringParameters(int widget) const
|
||||
{
|
||||
switch (widget) {
|
||||
case WID_SCL_CAPTION:
|
||||
SetDParam(0, (CompanyID)this->window_number);
|
||||
break;
|
||||
|
||||
case WID_SCL_PRI_COL_DROPDOWN:
|
||||
case WID_SCL_SEC_COL_DROPDOWN: {
|
||||
const Company *c = Company::Get((CompanyID)this->window_number);
|
||||
|
Reference in New Issue
Block a user