public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program used to install Cygwin and keep it up to date] branch master, updated. release_2.876-1-g74affc6
@ 2016-11-18 16:42 jturney
  0 siblings, 0 replies; only message in thread
From: jturney @ 2016-11-18 16:42 UTC (permalink / raw)
  To: cygwin-apps-cvs




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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-18 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 16:42 [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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).