[setup - the official Cygwin setup program used to install Cygwin and keep it up to date] branch master, updated. release_2.876-1-g74affc6

jturney@sourceware.org jturney@sourceware.org
Fri Nov 18 16:42:00 GMT 2016




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=74affc6d6ed9a79c6d8bfa7b2797c950be510b4b

commit 74affc6d6ed9a79c6d8bfa7b2797c950be510b4b
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sat Sep 10 11:37:01 2016 +0100

    Restore Alt-V accelerator for view selection control in chooser
    
    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.turney@dronecode.org.uk>


Diff:
---
 res.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/res.rc b/res.rc
index 99305c3..c20c210 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



More information about the Cygwin-apps-cvs mailing list