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>
|
||||
|
|
|
@ -48,4 +48,10 @@
|
|||
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