﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2399	FileOpenDialog - Function constructor - bug ?	mlipok		"in FileOpenDialog
the constructor is described that:

{{{
FileOpenDialog ( ""title"", ""init dir"", ""filter"" [, options = 0 [, ""default name"" [, hwnd]]] )
}}}


is this properly ?

maybe this is better ?

{{{
FileOpenDialog ( ""title"", ""init dir"", ""filter"" [, options = 0 [, default name="""" [, hwnd]]] )
}}}



I see a similar situation in

{{{
FileSetTime (""file pattern"", ""time"" [, type = 0 [, recurse = 0]])
}}}

However, in this case, the parameter ""time"" is mandatory, as opposed to the ""default name"", which is optional.
"	Bug	closed		Documentation	3.3.9.18	None	No Bug		
