mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 868586: Print preview for all, except OSX, r=jaws
This commit is contained in:
parent
15b3ae9b89
commit
41d81db29a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user