other part of fix for #64218 - add history sidebar by default to new profiles

This commit is contained in:
alecf%netscape.com 2001-01-17 06:18:09 +00:00
Родитель 280e678150
Коммит e3804102a3
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -13,6 +13,7 @@
<!ENTITY sidebar.panel.tinderbox-ports "Tinderbox-Ports">
<!ENTITY sidebar.nc-panel.stocks "Stocks">
<!ENTITY sidebar.panel.client-bookmarks "Bookmarks">
<!ENTITY sidebar.panel.client-history "History">
]
>
@ -27,6 +28,7 @@
<RDF:li resource="urn:sidebar:panel:tinderbox"/>
<RDF:li resource="urn:sidebar:panel:tinderbox-ports"/>
<RDF:li resource="urn:sidebar:panel:bookmarks"/>
<RDF:li resource="urn:sidebar:panel:history"/>
</RDF:Seq>
</NC:panel-list>
<NC:version>0.1</NC:version>
@ -51,4 +53,8 @@
<NC:title>&sidebar.panel.client-bookmarks;</NC:title>
<NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content>
</RDF:Description>
<RDF:Description about="urn:sidebar:panel:history">
<NC:title>&sidebar.panel.client-history;</NC:title>
<NC:content>chrome://communicator/content/history/history-panel.xul</NC:content>
</RDF:Description>
</RDF:RDF>