From 51921552536d2fbc56c8cdaf682da038e26a168c Mon Sep 17 00:00:00 2001 From: yexo Date: Mon, 13 Aug 2012 18:52:47 +0000 Subject: (svn r24467) -Codechange [FS#5236]: make textfile window class slightly more general (LordAro) --- src/settings_gui.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 8c30135bb..8cfda047a 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -127,8 +127,6 @@ struct BaseSetTextfileWindow : public TextfileWindow { BaseSetTextfileWindow(TextfileType file_type, const TBaseSet* baseset, StringID content_type) : TextfileWindow(file_type), baseset(baseset), content_type(content_type) { - this->GetWidget(WID_TF_CAPTION)->SetDataTip(STR_TEXTFILE_README_CAPTION + file_type, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS); - const char *textfile = this->baseset->GetTextfile(file_type); this->LoadTextfile(textfile, BASESET_DIR); } -- cgit v1.2.3-70-g09d2