mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
171468 "Save as type" drop-down box in "Save Page As"
dialog always saves as html only in Win9x Impact: - Open/SaveAs dlgbox - Windows 9x platforms only /r=shanjian; /sr=kin; /a=asa
This commit is contained in:
parent
5fa50f792d
commit
ff4b27cbe6
@ -288,6 +288,8 @@ BOOL CallOpenSaveFileNameA(LPOPENFILENAMEW aFileNameW, BOOL aOpen)
|
||||
ConvertAtoW(ofnA.lpstrFile, MAX_PATH, aFileNameW->lpstrFile);
|
||||
}
|
||||
|
||||
aFileNameW->nFilterIndex = ofnA.nFilterIndex;
|
||||
|
||||
return rtn;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user