mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940016 - Add Run and Reload to Scratchpad context menu. r=bbenvie
This commit is contained in:
parent
69109ed2d8
commit
8fe6077992
@ -329,6 +329,12 @@
|
||||
key="sp-key-evalFunction"
|
||||
accesskey="&evalFunction.accesskey;"
|
||||
command="sp-cmd-evalFunction"/>
|
||||
<menuseparator/>
|
||||
<menuitem id="sp-text-reloadAndRun"
|
||||
label="&reloadAndRun.label;"
|
||||
key="sp-key-reloadAndRun"
|
||||
accesskey="&reloadAndRun.accesskey;"
|
||||
command="sp-cmd-reloadAndRun"/>
|
||||
</menupopup>
|
||||
</popupset>
|
||||
|
||||
|
@ -29,6 +29,7 @@ function runTests()
|
||||
"sp-text-run": "run",
|
||||
"sp-text-inspect": "inspect",
|
||||
"sp-text-display": "display",
|
||||
"sp-text-reloadAndRun" : "reloadAndRun",
|
||||
"sp-menu-content": "setContentContext",
|
||||
"sp-menu-browser": "setBrowserContext",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user