annotate clients/rio_de_hola/gui/settings.xml @ 214:a18f09b604f2

Added svn:eol-style on files that didn't already have that property. Affected file types: c, cpp, h, txt, py and xml.
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 17 Mar 2009 21:24:54 +0000
parents ae3b8139c7c7
children
rev   line source
214
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
1 <Window name="Settings" title="Settings">
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
2 <Label text="Rio de hola Settings menu!" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
3 <HBox>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
4 <VBox>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
5 <Label text="Resolution:" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
6 <Label text="Renderer:" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
7 </VBox>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
8 <VBox>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
9 <DropDown name="screen_resolution" min_size="120,0" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
10 <DropDown name="render_backend" min_size="120,0" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
11 </VBox>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
12 </HBox>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
13 <CheckBox name="enable_fullscreen" text="Use the full screen mode" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
14 <CheckBox name="enable_sound" text="Enable sound" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
15 <HBox>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
16 <Spacer />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
17 <Button name="cancelButton" text="Cancel" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
18 <Button name="okButton" text="Ok" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
19 <Button name="defaultButton" text="Defaults" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
20 </HBox>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 121
diff changeset
21 </Window>