From 8233ce2db247a3dd6465b0483ec18d009a9ecde4 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 1 Jul 2004 20:22:38 +0000 Subject: [PATCH] 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 --- Contrib/UIs/UI Holder/resource.rc | 4 ++-- Contrib/UIs/default.exe | Bin 6144 -> 6144 bytes Contrib/UIs/modern.exe | Bin 6656 -> 6656 bytes Contrib/UIs/sdbarker_tiny.exe | Bin 6144 -> 6144 bytes Source/exehead/resource.rc | 4 ++-- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Contrib/UIs/UI Holder/resource.rc b/Contrib/UIs/UI Holder/resource.rc index d6c0cb6b..c5a6fd75 100644 --- a/Contrib/UIs/UI Holder/resource.rc +++ b/Contrib/UIs/UI Holder/resource.rc @@ -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 diff --git a/Contrib/UIs/default.exe b/Contrib/UIs/default.exe index bd48c32c8f9236b6bb6c76a2b72c92f3a531ee01..9d627995e2609ee15c86623c262ed918dfe8d1c6 100755 GIT binary patch delta 257 zcmZoLXfT*?gC)G-iNnM@4NN~cCl@k#PhQD5pYg|LPp1Do^$#2w7!DnNb;mN>|Fi}x> z@(q5~$v*{EC))|BOf0Im`{$p8QV delta 242 zcmZoLXfT*?gGKMNul>Y34NP}9Cl@k#PhQD5pYhISPp1Do^*0xHB*uL1<_A0OVgm;vexqv5$+P#*={|0ishHFWuF`>yT#P}vp1JXRAev{?IJSNA9F9HCwdkUEV delta 39 ucmZoLXfW6?O>FWuF`>yT#P}vp1JVn`c_tqaWSJ}@YByO<%wuw#_#yxq@(ou2 diff --git a/Source/exehead/resource.rc b/Source/exehead/resource.rc index a64a91b6..e36944b6 100644 --- a/Source/exehead/resource.rc +++ b/Source/exehead/resource.rc @@ -55,10 +55,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 #endif