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:
parent
861bc33d7e
commit
f13bbdb320
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user