From 9e1cd7ab64332b3e14b87c3a9c443c7878cd82f8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 22 Mar 2009 16:52:15 +0000 Subject: (svn r15815) -Fix (~r15800): bridge strings got truncated too early --- src/bridge_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp index 8552e7239..157795e27 100644 --- a/src/bridge_gui.cpp +++ b/src/bridge_gui.cpp @@ -170,7 +170,7 @@ public: SetDParam(0, b->material); DrawSprite(b->sprite, b->pal, 3, y); - DrawString(44, this->width, y, STR_500D, TC_FROMSTRING); + DrawStringMultiLine(44, this->widget[BBSW_BRIDGE_LIST].right, y, y + this->resize.step_height, STR_500D); y += this->resize.step_height; } -- cgit v1.2.3-70-g09d2