summaryrefslogtreecommitdiff
path: root/components/text/nautilus-text-view-ui.xml
blob: d8dc00b10267a643a6942860f4371797de4f2d0d (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
38
39
40
<Root>
<menu>
	<submenu name="Text view" _label="Text view">
		<submenu name="Fonts" _label="F_onts">
			<menuitem name="GTK System Font" 
			  _label="_GTK System Font" 
			  _tip="Use the GTK System Font"
			  type="radio" group="font group"
			  id="GTK System Font"/>
			<menuitem name="Fixed" 
			  _label="_Fixed" 
			  _tip="Use the Fixed Font"
			  type="radio" group="font group"
			  id="fixed"/>
			<menuitem name="Helvetica" 
			  _label="_Helvetica" 
			  _tip="Use the Helvetica Font"
			  type="radio" group="font group"
			  id="helvetica"/>
			<menuitem name="Times" 
			  _label="_Times" 
			  _tip="Use the Times Font"
			  type="radio" group="font group"
			  id="times"/>
			<menuitem name="Courier" 
			  _label="_Courier" 
			  _tip="Use the Courier Font"
			  type="radio" group="font group"
			  id="courier"/>
			<menuitem name="Lucida" 
			  _label="Lucida" 
			  _tip="Use the Lucida Font"
			  type="radio" group="font group"
			  id="lucida"/>
		</submenu>
                <separator/>
                <placeholder name="Services Placeholder" _label="Services"/>
	</submenu>
</menu>
</Root>