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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user