minor polish for autocomplete prefs dialog. r=kerz sr=hewitt

This commit is contained in:
blakeross%telocity.com 2001-08-22 04:42:32 +00:00
Родитель d0de3533ec
Коммит 3a9dd92b59
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -32,6 +32,7 @@
<window id="pref-smart_browsing-ac" title="&autoCompleteAdvanced.title;"
orient="vertical"
class="dialog"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript"><![CDATA[

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

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