mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[locale] finalized DOS keyboard locale setup
* added FreeDOS support * closes #3
This commit is contained in:
parent
7fbee9d6d7
commit
75e94c1087
6 changed files with 990 additions and 376 deletions
|
@ -618,8 +618,8 @@ static void InitProgress(void)
|
|||
nb_slots[OP_BADBLOCKS] = -1;
|
||||
}
|
||||
if (IsChecked(IDC_DOS)) {
|
||||
// 3 slots + 1 for PBR writing
|
||||
nb_slots[OP_DOS] = 3+1;
|
||||
// 1 extra slot for PBR writing
|
||||
nb_slots[OP_DOS] = ((ComboBox_GetCurSel(hDOSType) == DT_FREEDOS)?5:3)+1;
|
||||
}
|
||||
nb_slots[OP_PARTITION] = 1;
|
||||
nb_slots[OP_FIX_MBR] = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue