Fix issue 250: Alert box for image flattening is too wide. Implemented basic multi-line alert box (use explicit carriage returns).
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1220 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -757,7 +757,7 @@ void Save_image(byte image)
|
||||
if (!File_formats[Main_fileformat-1].Supports_layers
|
||||
&& Main_backups->Pages->Nb_layers > 1)
|
||||
{
|
||||
if (! Confirmation_box("This format will save a flattened copy."))
|
||||
if (! Confirmation_box("This format doesn't support layers\nand will save a flattened copy of\nyour image. Proceed?"))
|
||||
{
|
||||
// File_error is already set to 1.
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user