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:
2
graph.c
2
graph.c
@@ -257,7 +257,7 @@ try_again:
|
||||
{
|
||||
if(pix_ratio != PIXEL_SIMPLE) {
|
||||
pix_ratio = PIXEL_SIMPLE;
|
||||
Verbose_error_message("Your WM is forcing GrafX2 to resize to something "
|
||||
Verbose_message("Error!", "Your WM is forcing GrafX2 to resize to something "
|
||||
"smaller than the minimal resolution.\n"
|
||||
"GrafX2 switched to a smaller\npixel scaler to avoid problems ");
|
||||
goto try_again;
|
||||
|
||||
Reference in New Issue
Block a user