Partial fix for bug 90691. 'Document: Done' is shown in the statusbar, prior to 'Done Loading Page' (which is the remaining portion of this bug, but is called from editor.xul) r=jglick/hwaara, sr=hewitt

This commit is contained in:
stephend%netscape.com 2001-11-20 08:03:50 +00:00
Родитель 82a9f50ac9
Коммит f9a96ecbc3
2 изменённых файлов: 1 добавлений и 4 удалений

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

@ -464,7 +464,7 @@
<statusbar id="status-bar">
<hbox id="component-bar"/>
<statusbarpanel id="statusText" flex="1" label="&defaultStatusText.label;"/>
<statusbarpanel id="statusText" flex="1"/>
<progressmeter id="compose-progressmeter" class="progressmeter-statusbar"
mode="normal" value="0" statusbar="true"/>

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

@ -185,6 +185,3 @@
<!ENTITY formatToolbar.boldChar "B">
<!ENTITY formatToolbar.italicChar "I">
<!ENTITY formatToolbar.underlineChar "U">
<!-- Status bar -->
<!ENTITY defaultStatusText.label "Document: Done">