Fix #1256, Report saving is broken

This commit is contained in:
Dan Stillman 2017-07-11 06:14:21 -04:00
parent 9bbef844f6
commit d2421825c9

View File

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