Update of /cvsroot/gcblue/gcb_wx/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4233/xml
Modified Files:
info_console.xml options_nosound.txt
Log Message:
Added optical sensor model, fixed generic model display for sensor tracks
Index: options_nosound.txt
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/options_nosound.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** options_nosound.txt 7 Oct 2004 22:03:00 -0000 1.1
--- options_nosound.txt 7 Nov 2004 03:40:45 -0000 1.2
***************
*** 1,5 ****
<Options>
<HostAddress>192.168.0.102</HostAddress>
! <DisplaySettings></DisplaySettings>
<DisableSound>Yes</DisableSound>
</Options>
--- 1,7 ----
<Options>
<HostAddress>192.168.0.102</HostAddress>
! <DisplaySettings>default</DisplaySettings>
! <LastScenarioPath>Random.py</LastScenarioPath>
! <LastScenarioName>Random</LastScenarioName>
<DisableSound>Yes</DisableSound>
</Options>
Index: info_console.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/info_console.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** info_console.xml 6 Nov 2004 15:13:43 -0000 1.3
--- info_console.xml 7 Nov 2004 03:40:45 -0000 1.4
***************
*** 1,5 ****
<Window>
! <TextBox TopMargin="2" BottomMargin="2" Wrap="60" DrawBorder="0" FontSize="12"/>
</Window>
\ No newline at end of file
--- 1,5 ----
<Window>
! <TextBox TopMargin="2" BottomMargin="2" Wrap="31" DrawBorder="0" FontSize="12"/>
</Window>
\ No newline at end of file
|