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