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