# HG changeset patch # User Pascal Bellard # Date 1557512148 -7200 # Node ID f56ae17d902e295e4286f036be61b14c03e3022e # Parent 5b74f1dbb49a9c54805bb99b0ee70597ff909696 syslinux/iso2exe,taziso: add slitaz.pif (again) diff -r 5b74f1dbb49a -r f56ae17d902e syslinux/stuff/iso2exe/win32.c --- a/syslinux/stuff/iso2exe/win32.c Fri May 10 19:27:17 2019 +0200 +++ b/syslinux/stuff/iso2exe/win32.c Fri May 10 20:15:48 2019 +0200 @@ -311,10 +311,10 @@ GetModuleFileName(hInstance, isoFileName, MAX_PATH); if (!iswinnt()) { - if (MessageBox(NULL,"This program must be run in DOS mode.\n" - "I can create the file slitaz.pif to launch it, " - "but you can reboot in DOS mode and\n" - "run it at DOS prompt.", + if (MessageBox(NULL, + "This program must be run in DOS mode.\n" + "I can create the file slitaz.pif to launch it,\n" + "but you can reboot in DOS mode to run it\n", "Create slitaz.pif now ?", MB_YESNO|MB_ICONQUESTION) == IDYES) { exec16bits(isoFileName);