mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 06:05:59 +08:00
Due to resource compiler (windres)'s bug, WS_TABSTOP style wasn't added to IDC_CONFIRM_INSTALL checkbox (I've confirmed WS_TABSTOP lackness on reactos.exe with Resource Hacker and RisohEditor). This PR will improve keyboard usability. JIRA issue: N/A - Add WS_TABSTOP style to IDC_CONFIRM_INSTALL checkbox in IDD_SUMMARYPAGE resource dialog.