зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
2867685025
Коммит
4f1a83dd41
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче