101657 - Advanced autocomplete prefs dialog has no title bar, r=blake, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2001-10-02 01:56:19 +00:00
Родитель eb58cfe1ed
Коммит 8a040e424a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -155,7 +155,7 @@ function moreInfo()
function showACAdvanced()
{
window.openDialog("chrome://communicator/content/pref/pref-smart_browsing-ac.xul", "",
"modal=yes,chrome,dialog=yes",
"modal=yes,chrome,dialog=no",
document.getElementById("browserUrlbarAutoFill").getAttribute("value"),
document.getElementById("browserUrlbarShowPopup").getAttribute("value"),
document.getElementById("browserUrlbarShowSearch").getAttribute("value"));