From ba1779b978bb9640e278113c642b51517658c32f Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 12 Jan 2014 18:00:39 +0000 Subject: (svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack in the TextRefStack. --- src/object_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object_gui.cpp') diff --git a/src/object_gui.cpp b/src/object_gui.cpp index 3bd379887..29a9d0d5e 100644 --- a/src/object_gui.cpp +++ b/src/object_gui.cpp @@ -286,7 +286,7 @@ public: } else { StringID message = GetGRFStringID(spec->grf_prop.grffile->grfid, 0xD000 + callback_res); if (message != STR_NULL && message != STR_UNDEFINED) { - StartTextRefStackUsage(6); + StartTextRefStackUsage(spec->grf_prop.grffile, 6); /* Use all the available space left from where we stand up to the * end of the window. We ALSO enlarge the window if needed, so we * can 'go' wild with the bottom of the window. */ -- cgit v1.2.3-54-g00ecf