Codechange: Add widget text colour override property.

This commit is contained in:
Peter Nelson
2021-04-19 16:37:10 +01:00
committed by PeterN
parent 636e37d183
commit 51b4bd6c38
4 changed files with 78 additions and 29 deletions

View File

@@ -422,7 +422,7 @@ struct NewsWindow : Window {
{
switch (widget) {
case WID_N_CAPTION:
DrawCaption(r, COLOUR_LIGHT_BLUE, this->owner, STR_NEWS_MESSAGE_CAPTION, SA_HOR_CENTER);
DrawCaption(r, COLOUR_LIGHT_BLUE, this->owner, TC_FROMSTRING, STR_NEWS_MESSAGE_CAPTION, SA_HOR_CENTER);
break;
case WID_N_PANEL: