# HG changeset patch # User Pascal Bellard # Date 1550340306 -3600 # Node ID bbfea59cd312550b3b112e7d0456d3c177180c6d # Parent 0d54617661f0f40aa6f275439568f0c910da909f syslinux/iso2exe: add a MessageBox for Win9x (again) diff -r 0d54617661f0 -r bbfea59cd312 syslinux/stuff/iso2exe/win32.c --- a/syslinux/stuff/iso2exe/win32.c Sat Feb 16 17:45:15 2019 +0100 +++ b/syslinux/stuff/iso2exe/win32.c Sat Feb 16 19:05:06 2019 +0100 @@ -192,9 +192,9 @@ if (!iswinnt()) { #ifdef VCPI_LINUX_LOADER if (MessageBox(NULL,"This program must be run in DOS mode.\n" - "I can try to launch it, but it more safe\n" - "to reboot in DOS mode and run it at DOS prompt.", - "Boot SliTaz in DOS mode ?", + "I can try to launch it, but it's safer to\n" + "reboot in DOS mode and run it at DOS prompt.", + "Launch SliTaz now ?", MB_YESNO|MB_ICONQUESTION) == IDYES) { exec16bits(isoFileName); }