Hurrumph. So now we have to use about= instead of ID=? Well, CVS should have fixed my new stuff as well :-)

This commit is contained in:
mcmullen%netscape.com 1999-06-10 00:06:59 +00:00
Родитель 4bcd0442c9
Коммит b748a3fa47
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -120,17 +120,17 @@
</chrome>
<chrome ID="chrome://pref/">
<chrome about="chrome://pref/">
<skin>
<RDF:Description ID="chrome://pref/skin/">
<RDF:Description about="chrome://pref/skin/">
<base>resource:/chrome/pref/skin/default/</base>
<main>pref.css</main>
</RDF:Description>
</skin>
<content>
<RDF:Description ID="chrome://pref/content/">
<RDF:Description about="chrome://pref/content/">
<base>resource:/chrome/pref/content/default/</base>
<main>PrefsWindow.xul</main>
</RDF:Description>