Bug 291006 - Datasource: chrome://browser/locale/help/help-toc.rdf was not found, patch by Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp> r=me a=asa

This commit is contained in:
bsmedberg%covad.net 2005-04-21 18:52:48 +00:00
Родитель 6badec2763
Коммит 6d0e51d9d3
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -31,7 +31,7 @@
</rdf:li>
<rdf:li>
<rdf:Description nc:panelid="toc"
nc:datasources="help-toc.rdf firebird-toc.rdf"/>
nc:datasources="chrome://help/locale/help-toc.rdf firebird-toc.rdf"/>
</rdf:li>
</rdf:Seq>
</nc:panellist>

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

@ -6,7 +6,7 @@
<nc:subheadings>
<rdf:Seq>
<rdf:li> <rdf:Description ID="use-help" nc:name="How to Use Help"
nc:link="welcome.xhtml"/> </rdf:li>
nc:link="chrome://help/locale/welcome.xhtml"/> </rdf:li>
</rdf:Seq>
</nc:subheadings>
</rdf:Description>
@ -14,9 +14,9 @@
<rdf:Description about="#use-help">
<nc:subheadings>
<rdf:Seq>
<rdf:li> <rdf:Description ID="use-help-finding-the-topic-you-want" nc:name="Finding the Topic You Want" nc:link="welcome.xhtml#finding_the_topic_you_want"/> </rdf:li>
<rdf:li> <rdf:Description ID="use-help-retracing-your-steps" nc:name="Retracing Your Steps" nc:link="welcome.xhtml#retracing_your_steps"/> </rdf:li>
<rdf:li> <rdf:Description ID="use-help-search" nc:name="Search Tips" nc:link="welcome.xhtml#search_tips"/> </rdf:li>
<rdf:li> <rdf:Description ID="use-help-finding-the-topic-you-want" nc:name="Finding the Topic You Want" nc:link="chrome://help/locale/welcome.xhtml#finding_the_topic_you_want"/> </rdf:li>
<rdf:li> <rdf:Description ID="use-help-retracing-your-steps" nc:name="Retracing Your Steps" nc:link="chrome://help/locale/welcome.xhtml#retracing_your_steps"/> </rdf:li>
<rdf:li> <rdf:Description ID="use-help-search" nc:name="Search Tips" nc:link="chrome://help/locale/welcome.xhtml#search_tips"/> </rdf:li>
</rdf:Seq>
</nc:subheadings>
</rdf:Description>