src/autoreplace_gui.cpp
changeset 7824 5a63d41b59ea
parent 7481 7d8d1dd8da4c
child 7928 63e18de69e50
--- a/src/autoreplace_gui.cpp	Sat Nov 03 23:34:12 2007 +0000
+++ b/src/autoreplace_gui.cpp	Sun Nov 04 00:08:57 2007 +0000
@@ -282,7 +282,7 @@
 			if (w->window_number == VEH_TRAIN) {
 				/* Draw the selected railtype in the pulldown menu */
 				RailType railtype = _railtype_selected_in_replace_gui;
-				DrawString(157, w->widget[14].top + 1, _rail_types_list[railtype], 0x10);
+				DrawString(157, w->widget[14].top + 1, _rail_types_list[railtype], TC_BLACK);
 			}
 
 			/* sets up the string for the vehicle that is being replaced to */
@@ -297,7 +297,7 @@
 				SetDParam(0, STR_NOT_REPLACING_VEHICLE_SELECTED);
 			}
 
-			DrawString(145, w->widget[5].top + 1, STR_02BD, 0x10);
+			DrawString(145, w->widget[5].top + 1, STR_02BD, TC_BLACK);
 
 			/* Draw the lists */
 			for(byte i = 0; i < 2; i++) {