129540 r=robinf fixing help buttons to point to correct page for filterEditor.xul and pref-directoryadd.xul

This commit is contained in:
naving%netscape.com 2002-06-21 22:22:54 +00:00
parent 5bf760ca9e
commit d69c9b27d6
2 changed files with 2 additions and 2 deletions

View File

@ -345,5 +345,5 @@ function onCancel()
// called by Help button in platform overlay
function doHelpButton()
{
openHelp("mail_ldap_properties");
openHelp("mail-ldap-properties");
}

View File

@ -528,5 +528,5 @@ function SetBusyCursor(window, enable)
function doHelpButton()
{
openHelp("send-filter");
openHelp("mail-filters");
}