mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 12:05:22 +00:00
Removed the Change Icons menu item... Removed the call to BrowserPrintPreview() from the Print Preview menu item. Currently, the BrowserPrintPreview() function does not do what you expect - it tries to change the toolbar icons and crashes
This commit is contained in:
parent
3863521ffd
commit
bbd74bd59d
@ -193,10 +193,9 @@
|
||||
<menubar>
|
||||
<menu name="File">
|
||||
<menuitem name="New Window" onclick="BrowserNewWindow();"/>
|
||||
<menuitem name="Change Icons" onclick="BrowserPrintPreview();"/>
|
||||
<separator />
|
||||
<menuitem name="Print Setup" onclick=""/>
|
||||
<menuitem name="Print Preview" onclick="BrowserPrintPreview();"/>
|
||||
<menuitem name="Print Preview" onclick=""/>
|
||||
<menuitem name="Print" onclick=""/>
|
||||
<separator />
|
||||
<menuitem name="Close" onclick=""/>
|
||||
|
Loading…
Reference in New Issue
Block a user