From 5c44bb6b63b9b9d9ecd1977079f105a3053aed4a Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 24 Mar 2009 21:23:56 +0000 Subject: (svn r15837) -Codechange: support SETX(Y) with RTL text, swap alignment for RTL text. --- src/station_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_gui.cpp') diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 63163a126..c85eceb50 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -864,7 +864,7 @@ struct StationViewWindow : public Window { assert(b < endof(string)); SetDParamStr(0, string); - DrawStringMultiLine(this->widget[SVW_ACCEPTLIST].left + 2, this->widget[SVW_ACCEPTLIST].right - 2, this->widget[SVW_ACCEPTLIST].top + 1,this->widget[SVW_ACCEPTLIST].bottom - 1, STR_JUST_RAW_STRING); + DrawStringMultiLine(this->widget[SVW_ACCEPTLIST].left + 2, this->widget[SVW_ACCEPTLIST].right - 2, this->widget[SVW_ACCEPTLIST].top + 1, this->widget[SVW_ACCEPTLIST].bottom - 1, STR_JUST_RAW_STRING); } else { // extended window with list of cargo ratings y = this->widget[SVW_RATINGLIST].top + 1; -- cgit v1.2.3-70-g09d2