From 683f8c6a18be6a250de239507c69a5e6c67cd5dd Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Sat, 13 Feb 2010 18:31:58 +0000 Subject: [PATCH] Undo of test for Lua messages git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1339 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- factory.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/factory.c b/factory.c index 179c712d..6688a41b 100644 --- a/factory.c +++ b/factory.c @@ -812,10 +812,7 @@ void Button_Brush_Factory(void) int stack_size; stack_size= lua_gettop(L); if (stack_size>0 && (message = lua_tostring(L, stack_size))!=NULL) - //Verbose_message("Error running script", message); - Verbose_message("Error!", "Your WM is forcing GrafX2 to resize to something " - "smallerthantheminimalresolution.\n" - "GrafX2 switched to a smaller\npixel scaler to avoid problems."); + Verbose_message("Error running script", message); else Warning_message("Unknown error running script!"); }