зеркало из https://github.com/mozilla/gecko-dev.git
Added toImport() function to access the new (and of course not yet finished) import dialog
This commit is contained in:
Родитель
98173a0c59
Коммит
26244caa1b
|
@ -313,3 +313,12 @@ function WalletDialog( which )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function toImport()
|
||||||
|
{
|
||||||
|
window.openDialog( "chrome://messenger/content/importDialog.xul",
|
||||||
|
"importDialog",
|
||||||
|
"chrome, modal",
|
||||||
|
{importType: "addressbook"});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче