update reference to dead file -> new file with shorter name

This commit is contained in:
ben%netscape.com 2000-04-25 02:46:31 +00:00
Родитель e9787cdaa5
Коммит 8200a403f8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -42,7 +42,7 @@
function displayImageDialog()
{
window.openDialog("chrome://pref/content/pref-advanced-imageblocking.xul", "", "chrome,resizable=no");
window.openDialog("chrome://pref/content/pref-imageblocking.xul", "", "chrome,resizable=no");
}
function updateImageFields( aInteger, aBoolean )
@ -56,7 +56,7 @@
function viewCookies()
{
window.openDialog("chrome://wallet/content/CookieViewer.xul","","modal=yes,chrome,resizable=no", 0);
window.openDialog("chrome://communicator/content/wallet/CookieViewer.xul","","modal=yes,chrome,resizable=no", 0);
}
]]>