Also make the view selection control a tabstop Also give "Curr" a unique accelerator, 'C' is already being used by "Clear"
Signed-off-by: Jon Turney <jon.tur...@dronecode.org.uk> --- res.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res.rc b/res.rc index 4338806..1227418 100644 --- a/res.rc +++ b/res.rc @@ -334,10 +334,10 @@ STYLE DS_MODALFRAME | DS_3DLOOK | WS_CHILD | WS_VISIBLE | WS_CAPTION | CAPTION "Cygwin Setup - Select Packages" FONT 8, "MS Shell Dlg" BEGIN - LTEXT "View", IDC_CHOOSE_VIEWCAPTION, SETUP_VIEW_X, 33, + LTEXT "&View", IDC_CHOOSE_VIEWCAPTION, SETUP_VIEW_X, 33, SETUP_VIEW_W, 10 COMBOBOX IDC_CHOOSE_VIEW, SETUP_VIEWLIST_X, 30, SETUP_VIEWLIST_W, 84, - CBS_DROPDOWNLIST + CBS_DROPDOWNLIST | WS_TABSTOP RTEXT "&Search", IDC_STATIC, SETUP_SEARCH_X, 33, SETUP_SEARCH_W, 10, SS_CENTERIMAGE, WS_EX_RIGHT EDITTEXT IDC_CHOOSE_SEARCH_EDIT, SETUP_SEARCHTEXT_X, 30, @@ -346,7 +346,7 @@ BEGIN SETUP_CLEAR_W, 14 CONTROL "&Keep", IDC_CHOOSE_KEEP, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, SETUP_KEEP_X, 30, SETUP_KPCE_W, 14 - CONTROL "&Curr", IDC_CHOOSE_CURR, "Button", BS_AUTORADIOBUTTON, + CONTROL "C&urr", IDC_CHOOSE_CURR, "Button", BS_AUTORADIOBUTTON, SETUP_CURR_X, 30, SETUP_KPCE_W, 14 CONTROL "E&xp", IDC_CHOOSE_EXP, "Button", BS_AUTORADIOBUTTON, SETUP_EXP_X, 30, SETUP_KPCE_W, 14 -- 2.8.3