Bug 868586: Print preview for all, except OSX, r=jaws

This commit is contained in:
Mike de Boer 2013-05-07 17:08:12 +02:00
parent 15b3ae9b89
commit 41d81db29a

View File

@ -955,8 +955,12 @@
aboutHomeOverrideTooltip="&abouthome.pageTitle;"/> aboutHomeOverrideTooltip="&abouthome.pageTitle;"/>
<toolbarbutton id="print-button" class="toolbarbutton-1 chromeclass-toolbar-additional" <toolbarbutton id="print-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
label="&printButton.label;" command="cmd_print" #ifdef XP_MACOSX
tooltiptext="&printButton.tooltip;"/> command="cmd_print"
#else
command="cmd_printPreview"
#endif
label="&printButton.label;" tooltiptext="&printButton.tooltip;"/>
<!-- This is a placeholder for the Downloads Indicator. It is visible <!-- This is a placeholder for the Downloads Indicator. It is visible
during the customization of the toolbar, in the palette, and before during the customization of the toolbar, in the palette, and before