Remove number of days from hard-coded X axis label string
To support later day number changes and/or translations
This commit is contained in:
@@ -1694,6 +1694,9 @@ struct StationCargoGraphWindow final : BaseGraphWindow {
|
||||
if (widget == WID_SCG_CAPTION) {
|
||||
SetDParam(0, this->station_id);
|
||||
}
|
||||
if (widget == WID_SCG_FOOTER) {
|
||||
SetDParam(0, 48);
|
||||
}
|
||||
}
|
||||
|
||||
void UpdateExcludedData()
|
||||
|
Reference in New Issue
Block a user