left-overs from last week's syntax change to help, should been updated url+key->key, a=asa,r=andreww,r=ssaux, sr=alecf, bug=124902, got left out

git-svn-id: svn://10.0.0.236/trunk@116490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
oeschger%netscape.com 2002-03-13 21:05:21 +00:00
parent f935a642e3
commit 1b85783f61
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
<button id="cancel-button" label="&cancel.label;"
oncommand="doCancel();"/>
<button id="help-button" label="&help.label;"
oncommand="openHelp('chrome://help/content/help.xul?exp_web_cert');"/>
oncommand="openHelp('exp_web_cert');"/>
</hbox>
</vbox>
</window>

View File

@ -79,7 +79,7 @@
<button id="cancel-button" label="&cancel.label;"
onclick="doCancel();" />
<button id="help-button" label="&help.label;"
oncommand="openHelp('chrome://help/content/help.xul?exp_web_cert_crl');" />
oncommand="openHelp('exp_web_cert_crl');" />
</hbox>
</vbox>
</window>

View File

@ -51,7 +51,7 @@
<button id="ok-button" label="&ok.label;"
oncommand="doOK();" />
<button id="help-button" label="&help.label;"
oncommand="openHelp('chrome://help/content/help.xul?exp_crl');" />
oncommand="openHelp('exp_crl');" />
</hbox>
</vbox>
</window>