public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program] branch master, updated. release_2.882-15-gc385393
@ 2017-12-05 15:51 kbrown
  0 siblings, 0 replies; only message in thread
From: kbrown @ 2017-12-05 15:51 UTC (permalink / raw)
  To: cygwin-apps-cvs




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

commit c3853939020aeb5bfc5b4995cd604da4ce3f72cc
Author: Ken Brown <kbrown@cornell.edu>
Date:   Mon Dec 4 10:53:55 2017 -0500

    Make Enter in the user URL box cause ADD instead of NEXT


Diff:
---
 site.cc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/site.cc b/site.cc
index 230d82c..a945d28 100644
--- a/site.cc
+++ b/site.cc
@@ -679,7 +679,9 @@ bool SitePage::OnMessageCmd (int id, HWND hwndctl, UINT code)
     {
     case IDC_EDIT_USER_URL:
       {
-	// FIXME: Make Enter here cause an ADD, not a NEXT.
+	// Set the default pushbutton to ADD if the user is entering text.
+	if (code == EN_CHANGE)
+	  SendMessage (GetHWND (), DM_SETDEFID, (WPARAM) IDC_BUTTON_ADD_URL, 0);
 	break;
       }
     case IDC_URL_LIST:


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

only message in thread, other threads:[~2017-12-05 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05 15:51 [setup - the official Cygwin setup program] branch master, updated. release_2.882-15-gc385393 kbrown

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).