1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 19:52:27 +01:00

Add the :dialog preferences command to muttator

This commit is contained in:
Daniel Bainton
2008-12-13 22:35:47 +02:00
parent 73fa8399cb
commit 09ee974d23

View File

@@ -83,10 +83,10 @@ const config = { //{{{
["pageinfo", "Show information about the current page",
function () { BrowserPageInfo(); }],
["pagesource", "View page source",
function () { BrowserViewSourceOfDocument(content.document); }],
["preferences", "Show Firefox preferences dialog",
function () { openPreferences(); }],
["printpreview", "Preview the page before printing",
function () { BrowserViewSourceOfDocument(content.document); }],*/
["preferences", "Show Thunderbird preferences dialog",
function () { openOptionsDialog(); }],
/*["printpreview", "Preview the page before printing",
function () { PrintUtils.printPreview(onEnterPrintPreview, onExitPrintPreview); }],*/
["printsetup", "Setup the page size and orientation before printing",
function () { PrintUtils.showPageSetup(); }],