fx-compat: Fix File -> Save... in basicViewer

Printing is still broken with no clear fix - PrintUtils really wants a
tabbrowser.
This commit is contained in:
Abe Jellinek 2022-10-11 10:47:15 -04:00
parent f030190fb7
commit 367090614d

View file

@ -67,7 +67,7 @@
<commandset id="mainCommandSet">
<!--FILE-->
<command id="cmd_close" oncommand="window.close();"/>
<command id="cmd_save" oncommand="saveDocument(browser.contentDocument);"/>
<command id="cmd_save" oncommand="saveBrowser(browser);"/>
<command id="cmd_print" oncommand="browser.contentWindow.print()"/>
<command id="cmd_quitApplication" oncommand="goQuitApplication();"/>