summaryrefslogtreecommitdiff
path: root/src/nautilus-service-ui.xml
blob: 12d01c8960f3f512248995fdeb44a648acf83c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<Root>
<menu>
	<placeholder name="Services Placeholder">
		<submenu name="Services" _label="_Services">
			<menuitem name="Eazel Services" 
			  	_label="_Eazel Services Home" 
			  	_tip="Go to the Eazel Services Summary Page"
				verb="Eazel Services"/>
			<menuitem name="Online Storage" 
			  	_label="_Online Storage" 
			  	_tip="Go to your online storage repository"		
				verb="Online Storage"/>
			<menuitem name="Software Catalog" 
			  	_label="Software _Catalog" 
			  	_tip="Go to the Eazel Software Catalog"		
				verb="Software Catalog"/>
			<placeholder name="Service Items" delimit="top"/>
			<placeholder name="Help Items" delimit="top">
				<menuitem name="Support" 
				  	_label="_Support" 
				  	_tip="Display support information for Eazel Services"
					verb="Services Support"/>
			</placeholder>
		</submenu>
	</placeholder>
</menu>

<dockitem name="Tool Bar">
	<placeholder name="Extra Buttons Placeholder">
		<toolitem name="Services"
			  _label="Services"
	          	  min_width="48"
		          pixtype="stock" pixname="Services"
		          verb="Services"/>	
	</placeholder>
</dockitem>
</Root>