mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
parent
6befbe0b76
commit
a8f9272726
@ -121,6 +121,9 @@ NS_IMETHODIMP nsFilePicker::Show(PRInt16 *retval)
|
||||
// XXX Unused because presently "All Files"
|
||||
// char *filterBuffer = mFilterList.ToNewCString();
|
||||
// strcpy(fdlg.szFullFile, filterBuffer);
|
||||
strcpy( fdlg.szFullFile, initialDir );
|
||||
strcat(fdlg.szFullFile, "\\");
|
||||
strcat(fdlg.szFullFile, fileBuffer);
|
||||
|
||||
if (mMode == modeOpen)
|
||||
fdlg.fl |= FDS_OPEN_DIALOG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user