Fix for bugscape bug 15302: Enable Classic Skin checkbox on component

selection list


git-svn-id: svn://10.0.0.236/trunk@121935 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shrutiv%netscape.com 2002-05-21 18:38:10 +00:00
parent 861bc33d7e
commit f13bbdb320

View File

@ -498,7 +498,7 @@ void CWizardUI::UpdateScreenWidget(WIDGET *curWidget)
i = ((CCheckListBox*)curWidget->control)->FindString(0, s);
if (i != -1)
{
if ((strcmp(s,"Navigator")==0) || (strcmp(s,"Classic Skin")==0))
if (strcmp(s,"Navigator")==0)
{
((CCheckListBox*)curWidget->control)->SetCheck(i, 2);
((CCheckListBox*)curWidget->control)->Enable(i, FALSE);