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:
@@ -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=""/>
|
||||
|
||||
Reference in New Issue
Block a user