fixed typo

This commit is contained in:
mitchf%netscape.com 2002-01-11 19:53:03 +00:00
parent 472a0c1c53
commit c7e6291f81

View File

@ -1081,7 +1081,7 @@ CString CWizardUI::GetScreenValue(WIDGET *curWidget)
rv = CString(temp);
}
else if (widgetType == "EditBox"
else if (widgetType == "EditBox")
{
char myLine[MAX_SIZE];
curWidget->control->GetWindowText(myLine, 250);