summaryrefslogtreecommitdiff
path: root/src/newgrf_gui.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2012-08-13 18:52:47 +0000
committeryexo <yexo@openttd.org>2012-08-13 18:52:47 +0000
commit51921552536d2fbc56c8cdaf682da038e26a168c (patch)
tree446910fbfe067f164f846acd80df7698e9a1369f /src/newgrf_gui.cpp
parent483d878d5fbe549b2e8196c8e8176ad560734343 (diff)
downloadopenttd-51921552536d2fbc56c8cdaf682da038e26a168c.tar.xz
(svn r24467) -Codechange [FS#5236]: make textfile window class slightly more general (LordAro)
Diffstat (limited to 'src/newgrf_gui.cpp')
-rw-r--r--src/newgrf_gui.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp
index f832454e6..5b9927b9d 100644
--- a/src/newgrf_gui.cpp
+++ b/src/newgrf_gui.cpp
@@ -542,8 +542,6 @@ struct NewGRFTextfileWindow : public TextfileWindow {
NewGRFTextfileWindow(TextfileType file_type, const GRFConfig *c) : TextfileWindow(file_type), grf_config(c)
{
- this->GetWidget<NWidgetCore>(WID_TF_CAPTION)->SetDataTip(STR_TEXTFILE_README_CAPTION + file_type, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS);
-
const char *textfile = this->grf_config->GetTextfile(file_type);
this->LoadTextfile(textfile, NEWGRF_DIR);
}