mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 23:25:46 +01:00
Fix :dia printpreview on FF4. Closes issue #75.
This commit is contained in:
@@ -76,7 +76,7 @@ const Config = Module("config", ConfigBase, {
|
|||||||
preferences: ["Show Firefox preferences dialog",
|
preferences: ["Show Firefox preferences dialog",
|
||||||
function () { window.openPreferences(); }],
|
function () { window.openPreferences(); }],
|
||||||
printpreview: ["Preview the page before printing",
|
printpreview: ["Preview the page before printing",
|
||||||
function () { PrintUtils.printPreview(onEnterPrintPreview, onExitPrintPreview); }],
|
function () { PrintUtils.printPreview(window.PrintPreviewListener || onEnterPrintPreview, window.onExitPrintPreview); }],
|
||||||
printsetup: ["Setup the page size and orientation before printing",
|
printsetup: ["Setup the page size and orientation before printing",
|
||||||
function () { PrintUtils.showPageSetup(); }],
|
function () { PrintUtils.showPageSetup(); }],
|
||||||
print: ["Show print dialog",
|
print: ["Show print dialog",
|
||||||
|
|||||||
Reference in New Issue
Block a user