wok-next rev 19023
syslinux/win32.exe: improve dialog for win7+ users
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 02 10:33:27 2016 +0200 (2016-04-02) |
parents | 0205fa89ab30 |
children | 4a14b5817b3a |
files | syslinux/stuff/iso2exe/win32.c |
line diff
1.1 --- a/syslinux/stuff/iso2exe/win32.c Fri Apr 01 11:32:41 2016 +0200 1.2 +++ b/syslinux/stuff/iso2exe/win32.c Sat Apr 02 10:33:27 2016 +0200 1.3 @@ -225,7 +225,9 @@ 1.4 MB_OKCANCEL|MB_ICONEXCLAMATION) == IDCANCEL) 1.5 exit(0); 1.6 base = drives(); 1.7 - if (MessageBox(NULL,"Step 2: plug the USB stick in.", 1.8 + if (MessageBox(NULL,"Step 2: plug the USB stick in, " 1.9 + "wait for Windows to mount it and " 1.10 + "dismount it", 1.11 "Drive detection 2/2", 1.12 MB_OKCANCEL|MB_ICONEXCLAMATION) == IDCANCEL) 1.13 exit(0);