Skip to content

Commit

Permalink
Add a message to the collections menu too
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-kd committed Aug 29, 2011
1 parent 702186f commit d8fd141
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chrome/content/z-hello/overlay.xul
Expand Up @@ -16,7 +16,12 @@
<menuseparator/>
<menuitem label="Hello World" tooltiptext="Hello World" oncommand="Zotero.Hello.HelloWorld();"/>
</menupopup>


<menupopup id="zotero-collectionmenu">
<menuseparator/>
<menuitem label="Hello Collection!" tooltiptext="Hello Collection" oncommand="Zotero.Hello.HelloWorld();"/>
</menupopup>

<menupopup id="zotero-tb-actions-popup">
<menuitem id="z-hello-options" insertafter="zotero-tb-actions-prefs" label="Zotero Hello World Preferences..."
oncommand="Zotero.Hello.Preferences();"/>
Expand Down

0 comments on commit d8fd141

Please sign in to comment.