mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
fixed typo
This commit is contained in:
parent
472a0c1c53
commit
c7e6291f81
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user