Added toImport() function to access the new (and of course not yet finished) import dialog

This commit is contained in:
tonyr%fbdesigns.com 2000-01-17 23:52:23 +00:00
Родитель 98173a0c59
Коммит 26244caa1b
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -313,3 +313,12 @@ function WalletDialog( which )
break;
}
}
function toImport()
{
window.openDialog( "chrome://messenger/content/importDialog.xul",
"importDialog",
"chrome, modal",
{importType: "addressbook"});
}