From 49283b8e003a06ba99d91b1e819d2739dcfd4299 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 16 Apr 2012 21:12:00 +0200 Subject: [PATCH] comment out ImageWidget until it gets fixed #112 --- dialog.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dialog.lua b/dialog.lua index 855650a4d..e97163ced 100644 --- a/dialog.lua +++ b/dialog.lua @@ -13,9 +13,9 @@ function InfoMessage:show(text) 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 } }),