Rev 1306 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1306 | dev | 1 | <?xml version="1.0"?> |
2 | |||
3 | <overlay id="selsearch" |
||
4 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
||
5 | |||
6 | <script type="application/x-javascript" src="chrome://selsearch/content/selsearch.js" /> |
||
7 | |||
8 | <popup id="contentAreaContextMenu"> |
||
9 | <menu id="context-selsearch-submenu" class="menuitem-iconic" insertafter="context-searchselect"> |
||
10 | <menupopup id="context-selsearch-menupopup" /> |
||
11 | </menu> |
||
12 | </popup> |
||
13 | |||
14 | </overlay> |