Fix the chrome URL for the bold GIF

This commit is contained in:
sfraser%netscape.com 1999-04-21 19:31:36 +00:00
Родитель 9379b91d6b
Коммит c89f4922f1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -114,7 +114,7 @@
<titledbutton align="left" class="popup" value="Normal"/>
<titledbutton align="left" class="popup" value="Size"/>
<titledbutton align="left" class="popup" value="Color"/>
<titledbutton src="chrome://editor/skin/ED_Bold.gif" align="bottom"
<titledbutton src="chrome://editor/skin/images/ED_Bold.gif" align="bottom"
onclick="EditorApplyStyle('b')">
<observes element="Editor:Style:IsBold" attribute="bold" onchange="onBoldChange()"/>
</titledbutton>