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:
parent
f030190fb7
commit
367090614d
1 changed files with 1 additions and 1 deletions
|
@ -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();"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue