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:
rpotts%netscape.com 1999-03-12 08:03:02 +00:00
Родитель 3863521ffd
Коммит bbd74bd59d
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

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