changeset 17840:b98ae63ea347 draft

(svn r22631) -Fix: Additional text in fund industry window is NewGRF supplied and thus should have a default colour.
author frosch <frosch@openttd.org>
date Sun, 03 Jul 2011 14:49:19 +0000
parents 269813945876
children d3171d03781c
files src/industry_gui.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -459,7 +459,7 @@
 						str = GetGRFStringID(indsp->grf_prop.grffile->grfid, 0xD000 + callback_res);  // No. here's the new string
 						if (str != STR_UNDEFINED) {
 							StartTextRefStackUsage(6);
-							DrawStringMultiLine(left, right, y, bottom, str);
+							DrawStringMultiLine(left, right, y, bottom, str, TC_YELLOW);
 							StopTextRefStackUsage();
 						}
 					}