made the agree radio button come before the disagree radio button in the license page's tab order so pressing the up key will move the selection up and not down

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3581 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-07-01 20:22:38 +00:00
parent 6fd6f0c453
commit 8233ce2db2
5 changed files with 4 additions and 4 deletions

View file

@ -43,10 +43,10 @@ BEGIN
LTEXT "",IDC_INTROTEXT,25,0,241,23
CONTROL "",IDC_EDIT1,"RichEdit20A",WS_BORDER | WS_VSCROLL |
WS_TABSTOP | 0x804,0,24,266,85
CONTROL "",IDC_LICENSEDISAGREE,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,0,120,266,9
CONTROL "",IDC_LICENSEAGREE,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,0,110,266,9
CONTROL "",IDC_LICENSEDISAGREE,"Button",BS_AUTORADIOBUTTON |
WS_TABSTOP,0,120,266,9
END
IDD_LICENSE_FSCB DIALOG DISCARDABLE 0, 0, 266, 130

Binary file not shown.

Binary file not shown.

Binary file not shown.