From 8d563e16b49ef94e0bb8b0321b6febaa30e638da Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Thu, 18 Dec 2003 08:49:33 +0000 Subject: [PATCH] Fix 227129 once and for all. --- toolkit/mozapps/installer/windows/wizard/setup/dialogs.c | 1 - toolkit/mozapps/installer/windows/wizard/setuprsc/setuprsc.rc | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/toolkit/mozapps/installer/windows/wizard/setup/dialogs.c b/toolkit/mozapps/installer/windows/wizard/setup/dialogs.c index af4fe09a228d..90e66ad5aac4 100644 --- a/toolkit/mozapps/installer/windows/wizard/setup/dialogs.c +++ b/toolkit/mozapps/installer/windows/wizard/setup/dialogs.c @@ -340,7 +340,6 @@ LRESULT CALLBACK DlgProcLicense(HWND hDlg, UINT msg, WPARAM wParam, LONG lParam) // Check the "Decline" Radio button by default. CheckDlgButton(hDlg, IDC_RADIO_DECLINE, BST_CHECKED); SendMessage(GetDlgItem(hDlg, IDC_RADIO_DECLINE), BM_SETCHECK, BST_CHECKED, 0); - PropSheet_SetWizButtons(GetParent(hDlg), PSWIZB_BACK); // License Text lstrcpy(szBuf, szSetupDir); diff --git a/toolkit/mozapps/installer/windows/wizard/setuprsc/setuprsc.rc b/toolkit/mozapps/installer/windows/wizard/setuprsc/setuprsc.rc index 344bd4f84e83..a94ffc82d25e 100644 --- a/toolkit/mozapps/installer/windows/wizard/setuprsc/setuprsc.rc +++ b/toolkit/mozapps/installer/windows/wizard/setuprsc/setuprsc.rc @@ -138,10 +138,10 @@ STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | CLASS "MozillaSetupDlg" FONT 8, "MS Sans Serif" BEGIN - CONTROL "",IDC_RADIO_ACCEPT,"Button",BS_AUTORADIOBUTTON | - WS_GROUP | WS_TABSTOP,11,109,295,9 CONTROL "",IDC_RADIO_DECLINE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,122,295,9 + CONTROL "",IDC_RADIO_ACCEPT,"Button",BS_AUTORADIOBUTTON | + WS_GROUP | WS_TABSTOP,11,109,295,9 EDITTEXT IDC_EDIT_LICENSE,11,29,295,72,ES_MULTILINE | ES_OEMCONVERT | ES_READONLY | WS_VSCROLL | WS_GROUP LTEXT "",IDC_MESSAGE0,11,8,295,17,NOT WS_GROUP