From b3064efab6caa42f46f5bc553d79c75e3f57dff1 Mon Sep 17 00:00:00 2001 From: HW Date: Mon, 16 Apr 2012 23:02:28 +0200 Subject: [PATCH] re-introduced image handling if it does not work, re-open #112 --- dialog.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dialog.lua b/dialog.lua index f333c5e0e..9c3de5b48 100644 --- a/dialog.lua +++ b/dialog.lua @@ -14,9 +14,9 @@ function InfoMessage:show(text,refresh_mode) background = 0, HorizontalGroup:new({ align = "center", --- ImageWidget:new({ --- file = "resources/info-i.png" --- }), + ImageWidget:new({ + file = "resources/info-i.png" + }), Widget:new({ dimen = { w = 10, h = 0 } }),