From ce596164bf69687c08ccda208e75bcf186621580 Mon Sep 17 00:00:00 2001 From: Anonymissimus Date: Thu, 15 Sep 2011 19:25:09 +0000 Subject: [PATCH] insert missing helptip + tooltip (fix for bug #18660) --- data/scenario-test.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/scenario-test.cfg b/data/scenario-test.cfg index c7012e190d8..9f29bf31f19 100644 --- a/data/scenario-test.cfg +++ b/data/scenario-test.cfg @@ -382,6 +382,8 @@ local result = wesnoth.synchronize_choice(function() local T = helper.set_wml_tag_metatable {} local _ = wesnoth.textdomain "wesnoth" local dialog = { + T.helptip { id = "helptip_large" }, + T.tooltip { id = "tooltip_large" }, T.grid { T.row { T.column { T.grid { T.row { T.column { horizontal_grow = true, T.listbox { id = "the_list",