From 08af04a0169092fbccf14f074b3fd03ceedf0150 Mon Sep 17 00:00:00 2001 From: "shrutiv%netscape.com" Date: Thu, 20 Sep 2001 17:48:28 +0000 Subject: [PATCH] Fix for bug 96914: Support customizing proxies UI code for proxies (r=tao) git-svn-id: svn://10.0.0.236/trunk@103325 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cck/driver/WizardMachine.cpp | 4 ++-- mozilla/cck/driver/cck.che | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/mozilla/cck/driver/WizardMachine.cpp b/mozilla/cck/driver/WizardMachine.cpp index 49b3b256aa8..4c6cf1921ed 100644 --- a/mozilla/cck/driver/WizardMachine.cpp +++ b/mozilla/cck/driver/WizardMachine.cpp @@ -1167,9 +1167,9 @@ void CWizardMachineApp::CreateNewCache() { if (CompareValue) { - if (GlobalWidgetArray[i].type != "RadioButton" + if (/*GlobalWidgetArray[i].type != "RadioButton" && GlobalWidgetArray[i].type != "RadioGroup" - && GlobalWidgetArray[i].type != "Text" + && */GlobalWidgetArray[i].type != "Text" && GlobalWidgetArray[i].type != "BoldText" && GlobalWidgetArray[i].type != "GlobalText" && GlobalWidgetArray[i].type != "Button" diff --git a/mozilla/cck/driver/cck.che b/mozilla/cck/driver/cck.che index 7860599f84b..c379ed97baa 100644 --- a/mozilla/cck/driver/cck.che +++ b/mozilla/cck/driver/cck.che @@ -33,3 +33,8 @@ TechSupportNumber= CustomComponent1=Please select an executable to install. CustomComponent137=Please select an executable to install. NCIFileEditor=notepad +FTPportno=0 +Gopherportno=0 +HTTPportno=0 +SSLportno=0 +SOCKSportno=0