mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
parent
24fda598ca
commit
114e3529bc
5 changed files with 145 additions and 2 deletions
|
|
@ -41,7 +41,7 @@
|
|||
label="&helpMenu.label;"
|
||||
accesskey="&helpMenu.accesskey;">
|
||||
#endif
|
||||
<menupopup id="menu_HelpPopup">
|
||||
<menupopup id="menu_HelpPopup" onpopupshowing="buildHelpMenu();">
|
||||
<menuitem id="menu_openHelp"
|
||||
oncommand="openHelpLink('firefox-help')"
|
||||
onclick="checkForMiddleClick(this, event);"
|
||||
|
|
@ -66,6 +66,14 @@
|
|||
accesskey="&helpSafeMode.accesskey;"
|
||||
label="&helpSafeMode.label;"
|
||||
oncommand="restart(true);"/>
|
||||
<menuseparator id="updateSeparator"/>
|
||||
<menuitem id="checkForUpdates" class="menuitem-iconic"
|
||||
#ifdef MOZ_UPDATER
|
||||
label="&updateCmd.label;"
|
||||
oncommand="checkForUpdates();"/>
|
||||
#else
|
||||
hidden="true"/>
|
||||
#endif
|
||||
<menuseparator id="aboutSeparator"/>
|
||||
<menuitem id="aboutName"
|
||||
accesskey="&aboutProduct.accesskey;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue