mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-21 02:15:11 -04:00
[ui] early ISO/NTFS bootable support (doesn't do anything yet)
* enable ISO for ntfs * enable ISO selection with FileDialog * also move UI init to its own function
This commit is contained in:
parent
fd0e6d4b3b
commit
4eaae9a7f8
5 changed files with 330 additions and 83 deletions
|
@ -54,6 +54,7 @@
|
|||
#define IDC_DOSTYPE 1013
|
||||
#define IDC_NBPASSES 1014
|
||||
#define IDC_TEST 1015
|
||||
#define IDC_SELECT_ISO 1016
|
||||
#define IDC_ISO_PROGRESS 1020
|
||||
#define IDC_ISO_FILENAME 1021
|
||||
#define IDC_ISO_ABORT 1022
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue