1
0
Fork 0

fix typo; rule instead of underscores

This commit is contained in:
mfranz 2005-07-11 08:27:47 +00:00
parent 7c0b24a30c
commit 30526c9307

View file

@ -6,9 +6,11 @@
<layout>vbox</layout> <layout>vbox</layout>
<text> <text>
<label>___________Rendering Options___________</label> <label>Rendering Options</label>
</text> </text>
<hrule><dummy/></hrule>
<group> <group>
<layout>vbox</layout> <layout>vbox</layout>
<halign>center</halign> <halign>center</halign>
@ -227,7 +229,7 @@
</checkbox> </checkbox>
<checkbox> <checkbox>
<halign>left</halign> <halign>left</halign>
<label>Silouhette (debug)</label> <label>Silhouette (debug)</label>
<property>/sim/rendering/shadows-debug</property> <property>/sim/rendering/shadows-debug</property>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
@ -242,13 +244,13 @@
<button> <button>
<legend>Close</legend> <legend>Close</legend>
<default>true</default>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
<binding> <binding>
<command>dialog-close</command> <command>dialog-close</command>
</binding> </binding>
<default>true</default>
</button> </button>
<empty><stretch>true</stretch></empty> <empty><stretch>true</stretch></empty>