Fix display in message boxes when very long messages happened (normally only with Lua messages)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1338 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-02-13 18:23:13 +00:00
parent 87432470f3
commit f64117aeda
5 changed files with 19 additions and 15 deletions

View File

@@ -1117,7 +1117,7 @@ void Button_Skins(void)
gfx = Load_graphics(skinsdir);
if (gfx == NULL) // Error
{
Verbose_error_message(Gui_loading_error_message);
Verbose_message("Error!", Gui_loading_error_message);
// Update preview
Window_rectangle(6, 14, 173, 16, MC_Light);
}