summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-26 15:26:19 +0000
committerrubidium <rubidium@openttd.org>2009-04-26 15:26:19 +0000
commit7dd677ced22abb688b2ed69f99faed211f3554b1 (patch)
treedf4ab2d279bb9ba905f4c04a0e80fa48cbeaa15c /src/news_gui.cpp
parent3301afa5c3b2fe2bf24ef7ab9333df8a88334fb9 (diff)
downloadopenttd-7dd677ced22abb688b2ed69f99faed211f3554b1.tar.xz
(svn r16162) -Codechange: remove needless TC_ colours from DrawString when they are part of strings and add some colours to a few strings.
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r--src/news_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp
index ba34b2f94..bf7754b01 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -742,7 +742,7 @@ struct MessageHistoryWindow : Window {
for (int n = this->vscroll.cap; n > 0; n--) {
SetDParam(0, ni->date);
- DrawString(4, 82, y, STR_SHORT_DATE, TC_WHITE);
+ DrawString(4, 82, y, STR_SHORT_DATE);
DrawNewsString(82, y, TC_WHITE, ni, this->width - 95);
y += 12;