mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 21:54:15 -04:00
v1.4.0 - TAKE THREE (build 343)
This commit is contained in:
parent
c4b2c4815f
commit
054035fea8
2 changed files with 6 additions and 6 deletions
|
@ -538,7 +538,7 @@ static BOOL PopulateProperties(int ComboIndex)
|
|||
bt = (j==0)?BT_BIOS:BT_UEFI;
|
||||
pt = (j==2)?PARTITION_STYLE_GPT:PARTITION_STYLE_MBR;
|
||||
IGNORE_RETVAL(ComboBox_SetItemData(hPartitionScheme, ComboBox_AddStringU(hPartitionScheme,
|
||||
lmprintf(MSG_031+j, PartitionTypeLabel[pt])), (bt<<16)|pt));
|
||||
lmprintf((j==0)?MSG_031:MSG_033, PartitionTypeLabel[pt])), (bt<<16)|pt));
|
||||
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue