mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
Merge 0f491a7840
into 92631d1204
This commit is contained in:
commit
bea80a6387
1 changed files with 5 additions and 1 deletions
|
@ -687,7 +687,11 @@ static BOOL PopulateProperties(int ComboIndex)
|
|||
SetWindowTextU(hLabel, DriveLabel.String[ComboIndex]);
|
||||
}
|
||||
} else {
|
||||
SetWindowTextU(hLabel, img_report.label);
|
||||
if (IsChecked(IDC_BOOT)) {
|
||||
SetWindowTextU(hLabel, img_report.label);
|
||||
} else {
|
||||
SetWindowTextU(hLabel, DriveLabel.String[ComboIndex]);
|
||||
}
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue