Ensure that common dialogs have a titlebar -- now important on Mac. Part of fix for 41741, r=danm

This commit is contained in:
sfraser%netscape.com 2000-08-24 01:37:18 +00:00
Родитель 1d82f13005
Коммит 77de9e2999
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -444,7 +444,7 @@ nsresult nsCommonDialogs::Select(nsIDOMWindow *inParent, const PRUnichar *inDial
"sss%ip",
inChromeURL,
"_blank",
"centerscreen,chrome,modal",
"centerscreen,chrome,modal,titlebar",
(const nsIID*)(&NS_GET_IID(nsIDialogParamBlock)),
(nsISupports*)ioParamBlock
);