Misspelling

This commit is contained in:
mkaply%us.ibm.com 2002-04-27 14:37:42 +00:00
parent eb54f03fe8
commit 34e976e88d

View File

@ -238,7 +238,7 @@ NS_IMETHODIMP nsFilePicker::Show(PRInt16 *retval)
strcpy(lastPath, filedlg.szFullFile);
// Store the current directory in mDisplayDirectory
mDisplayDirectory->InitWitNativehPath(nsDependentCString(filedlg.szFullFile));
mDisplayDirectory->InitWithNativePath(nsDependentCString(filedlg.szFullFile));
mSelectedType = (PRInt16)pmydata->ulCurExt;
}