Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags.

This commit is contained in:
sfraser%netscape.com 2006-09-14 05:53:03 +00:00
parent f027618473
commit 3f51b584d7

View File

@ -875,7 +875,7 @@ function RevealSearchPanel()
function BrowserOpenWindow()
{
//opens a window where users can select a web location to open
window.openDialog( "chrome://navigator/content/openLocation.xul", "_blank", "chrome,modal", appCore );
window.openDialog( "chrome://navigator/content/openLocation.xul", "_blank", "chrome,modal,titlebar", appCore );
}
/* Called from the openLocation dialog. This allows that dialog to instruct