mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[ui] fix missing labels for accessibility
* Closes #1467 * Also ensure that previous element is set when repositioning a control to preserve tabbing order * Also fix x64 version being able to download x86 BETA
This commit is contained in:
parent
2d6a73e4f4
commit
0dc13e5283
9 changed files with 77 additions and 24 deletions
|
@ -1614,6 +1614,10 @@ static void InitDialog(HWND hDlg)
|
|||
GetHalfDropwdownWidth(hDlg);
|
||||
GetFullWidth(hDlg);
|
||||
|
||||
// Set some missing labels
|
||||
SetAccessibleName(hNBPasses, lmprintf(MSG_316));
|
||||
SetAccessibleName(hDiskID, lmprintf(MSG_317));
|
||||
|
||||
// Create the font and brush for the progress messages
|
||||
hInfoFont = CreateFontA(lfHeight, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, DEFAULT_CHARSET,
|
||||
0, 0, PROOF_QUALITY, 0, "Segoe UI");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue