adding help key for content updates, a=asa, bug=85925, r=cotter

This commit is contained in:
oeschger%netscape.com 2001-09-10 00:55:46 +00:00
Родитель 5bd135bc25
Коммит a02b2580f9
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -32,6 +32,7 @@ var key = {
"?appearance_pref_colors": "chrome://help/locale/cs_nav_prefs_appearance.html#colors",
"?appearance_pref_fonts": "chrome://help/locale/cs_nav_prefs_appearance.html#fonts",
"?appearance_pref_themes": "chrome://help/locale/cs_nav_prefs_appearance.html#themes",
"?appearance_pref_content_packs": "chrome://help/locale/cs_nav_prefs_appearance.html#content",
"?navigator_pref": "chrome://help/locale/cs_nav_prefs_navigator.html",
"?navigator_pref_navigator": "chrome://help/locale/cs_nav_prefs_navigator.html#Navigator",
@ -392,4 +393,4 @@ function BrowserViewSourceOfURL(url, charset)
function getBrowser() {
return document.getElementById("help-content");
}
}