news_gui.c
changeset 4345 1da147230c79
parent 4344 7e123fec5b0b
child 4549 106ed18a7675
--- a/news_gui.c	Tue Aug 22 14:38:37 2006 +0000
+++ b/news_gui.c	Tue Aug 22 15:23:25 2006 +0000
@@ -731,7 +731,6 @@
 
 		if (_news_ticker_sound) SETBIT(w->click_state, 25);
 		DrawWindowWidgets(w);
-		DrawStringCentered(185, 15, STR_0205_MESSAGE_TYPES, 0);
 
 		/* XXX - Draw the fake widgets-buttons. Can't add these to the widget-desc since
 		 * openttd currently can only handle 32 widgets. So hack it *g* */
@@ -839,6 +838,7 @@
 {    WWT_TEXTBTN,   RESIZE_NONE,     3,    87,   98,   154,   165, STR_0225,                 STR_NULL},
 {          WWT_4,   RESIZE_NONE,     3,     4,   98,   166,   177, STR_02DB_OFF,             STR_NULL},
 
+{      WWT_LABEL,   RESIZE_NONE,    13,     0,  409,    13,    26, STR_0205_MESSAGE_TYPES,   STR_NULL},
 {   WIDGETS_END},
 };