Bug #287742 --> pref dialog dead end in "View & Edit Actions"

for Mac OS X.
This commit is contained in:
scott%scott-macgregor.org 2005-03-29 02:12:31 +00:00
Родитель 46a2ff94ea
Коммит 1e944754bc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -171,7 +171,7 @@ var gDownloadsPane = {
showFileTypeActions: function ()
{
document.documentElement.openSubDialog("chrome://messenger/content/preferences/downloadactions.xul",
document.documentElement.openWindow("chrome://messenger/content/preferences/downloadactions.xul",
"", null);
},
};