Add preferences to menus on Windows and Linux
This commit is contained in:
parent
c6a366638d
commit
b66c2aab89
2 changed files with 13 additions and 1 deletions
|
@ -48,4 +48,10 @@
|
|||
key="key_quitApplication"
|
||||
command="cmd_quitApplication"/>
|
||||
</menupopup>
|
||||
<menupopup id="menu_EditPopup">
|
||||
<menuseparator/>
|
||||
<menuitem id="menu_preferences"
|
||||
label="&preferencesCmd.label;"
|
||||
oncommand="ZoteroPane.openPreferences();"/>
|
||||
</menupopup>
|
||||
</overlay>
|
||||
|
|
|
@ -42,10 +42,16 @@
|
|||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<menupopup id="menu_FilePopup">
|
||||
<menuseparator/>
|
||||
<menuseparator/>
|
||||
<menuitem id="menu_FileQuitItem"
|
||||
label="&quitApplicationCmdWin.label;"
|
||||
key="key_quitApplication"
|
||||
command="cmd_quitApplication"/>
|
||||
</menupopup>
|
||||
<menupopup id="menu_ToolsPopup">
|
||||
<menuseparator/>
|
||||
<menuitem id="menu_preferences"
|
||||
label="&preferencesCmd.label;"
|
||||
oncommand="ZoteroPane.openPreferences();"/>
|
||||
</menupopup>
|
||||
</overlay>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue