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
This commit is contained in:
shrutiv%netscape.com
2001-09-20 17:48:28 +00:00
parent 49a4405032
commit 08af04a016
2 changed files with 7 additions and 2 deletions

View File

@@ -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"

View File

@@ -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