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

git-svn-id: svn://10.0.0.236/trunk@23911 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com
1999-03-12 08:03:02 +00:00
parent 45203890af
commit 80e70e30ec

View File

@@ -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=""/>