commit 86a90367a5e8ac05da1860f1ee805ce09d5aa7c1
parent 6ff4142b711d0cc60a77486ff35949b5422ef1f6
Author: cfillion <cfillion@users.noreply.github.com>
Date: Mon, 5 Jun 2017 21:57:37 -0400
import: accept Return key input on Windows
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/resource.rc b/src/resource.rc
@@ -78,7 +78,7 @@ BEGIN
#ifdef __APPLE__
GROUPBOX "", IDC_GROUPBOX, 3, 9, 284, 51
#endif
- EDITTEXT IDC_URL, 5, 18, 278, 40, WS_VSCROLL | ES_MULTILINE
+ EDITTEXT IDC_URL, 5, 18, 278, 40, WS_VSCROLL | ES_MULTILINE | ES_WANTRETURN
CONTROL "", IDC_PROGRESS, PROGRESS_CLASS, PBS_MARQUEE | NOT WS_VISIBLE, 10, 68, 150, 5
PUSHBUTTON "&Discover repositories...", IDC_DISCOVER, 5, 64, 90, 14
DEFPUSHBUTTON "&OK", IDOK, 201, 64, 40, 14