Remove the view source menu item because it doesn't work right yet, and fix the contentframe.xul URL to work with some obscure CAPS changes.

This commit is contained in:
sfraser%netscape.com 1999-09-07 23:25:59 +00:00
Родитель f558f0f444
Коммит aecde5dd4b
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -65,8 +65,8 @@
<menupopup>
<menuitem id="compToolbarMenuitem"/>
<menuitem id="formatToolbarMenuitem"/>
<menuseparator />
<menuitem id="viewSourceMenuitem"/>
<!-- menuseparator /> Put this back when it works.
<menuitem id="viewSourceMenuitem"/ -->
<menuseparator />
<menu id="charsetMenu"/>
</menupopup>
@ -178,7 +178,7 @@
</toolbar>
</toolbox>
<html:iframe id="content-frame" src="contentframe.xul" flex="100%" />
<html:iframe id="content-frame" src="chrome://navigator/content/contentframe.xul" flex="100%" />
<!-- status bar, from editorOverlay.xul -->
<box id="EditorStatusBar" />