wok rev 21554
syslinux/iso2exe,taziso: add slitaz.pif (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 10 20:15:48 2019 +0200 (2019-05-10) |
parents | 5b74f1dbb49a |
children | addb674a634f |
files | syslinux/stuff/iso2exe/win32.c |
line diff
1.1 --- a/syslinux/stuff/iso2exe/win32.c Fri May 10 19:27:17 2019 +0200 1.2 +++ b/syslinux/stuff/iso2exe/win32.c Fri May 10 20:15:48 2019 +0200 1.3 @@ -311,10 +311,10 @@ 1.4 1.5 GetModuleFileName(hInstance, isoFileName, MAX_PATH); 1.6 if (!iswinnt()) { 1.7 - if (MessageBox(NULL,"This program must be run in DOS mode.\n" 1.8 - "I can create the file slitaz.pif to launch it, " 1.9 - "but you can reboot in DOS mode and\n" 1.10 - "run it at DOS prompt.", 1.11 + if (MessageBox(NULL, 1.12 + "This program must be run in DOS mode.\n" 1.13 + "I can create the file slitaz.pif to launch it,\n" 1.14 + "but you can reboot in DOS mode to run it\n", 1.15 "Create slitaz.pif now ?", 1.16 MB_YESNO|MB_ICONQUESTION) == IDYES) { 1.17 exec16bits(isoFileName);