Subversion Repositories general

Rev

Rev 1299 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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