mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(cherry picked from commit 7b7dbbc935
)
This commit is contained in:
parent
6d3a1935a0
commit
8677a2a4a2
@ -422,7 +422,7 @@ struct NewsWindow : Window {
|
||||
{
|
||||
switch (widget) {
|
||||
case WID_N_CAPTION:
|
||||
DrawCaption(r, COLOUR_LIGHT_BLUE, this->owner, TC_FROMSTRING, STR_NEWS_MESSAGE_CAPTION, SA_HOR_CENTER);
|
||||
DrawCaption(r, COLOUR_LIGHT_BLUE, this->owner, TC_FROMSTRING, STR_NEWS_MESSAGE_CAPTION, SA_CENTER);
|
||||
break;
|
||||
|
||||
case WID_N_PANEL:
|
||||
|
Loading…
Reference in New Issue
Block a user