Fixes #506, Right-click to create new collection not functioning

This commit is contained in:
Dan Stillman 2007-01-17 21:54:10 +00:00
parent ebe4ec7446
commit 0203bae163

View File

@ -69,7 +69,7 @@
<hbox id="zotero-pane" persist="height" collapsed="true">
<popupset>
<popup id="zotero-collectionmenu" onpopupshowing="ZoteroPane.buildCollectionContextMenu();">
<menuitem label="&zotero.toolbar.newCollection.label;" command="ZoteroPane.newCollection()"/>
<menuitem label="&zotero.toolbar.newCollection.label;" oncommand="ZoteroPane.newCollection()"/>
<menuitem label="&zotero.toolbar.newSavedSearch.label;" oncommand="ZoteroPane.newSearch()"/>
<menuitem label="&zotero.toolbar.newSubcollection.label;" oncommand="ZoteroPane.newCollection(ZoteroPane.getSelectedCollection().getID())"/>
<menuseparator/>