File diff r11421:d3a3c37cd033 → r11422:1daa77b60959
src/news_gui.cpp
Show inline comments
 
@@ -698,7 +698,7 @@ static void DrawNewsString(int x, int y,
 

	
 
	*dest = '\0';
 
	/* Truncate and show string; postfixed by '...' if neccessary */
 
	DoDrawStringTruncated(buffer2, x, y, colour, maxw);
 
	DrawString(x, x + maxw, y, buffer2, colour);
 
}