[Gcblue-commits] gcb_wx/xml info_console.xml,1.2,1.3 options.xml,1.5,1.6
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-06 15:14:06
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31472/xml Modified Files: info_console.xml options.xml Log Message: Added optical sensor model, fixed generic model display for sensor tracks Index: options.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** options.xml 29 Oct 2004 02:50:54 -0000 1.5 --- options.xml 6 Nov 2004 15:13:43 -0000 1.6 *************** *** 2,4 **** --- 2,6 ---- <HostAddress>192.168.0.102</HostAddress> <DisplaySettings>default</DisplaySettings> + <LastScenarioPath>Random.py</LastScenarioPath> + <LastScenarioName>Random</LastScenarioName> </Options> Index: info_console.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/info_console.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** info_console.xml 1 Nov 2004 03:17:19 -0000 1.2 --- info_console.xml 6 Nov 2004 15:13:43 -0000 1.3 *************** *** 1,5 **** <Window> ! <TextBox TopMargin="2" BottomMargin="2" Wrap="70" DrawBorder="0" FontSize="12"/> </Window> \ No newline at end of file --- 1,5 ---- <Window> ! <TextBox TopMargin="2" BottomMargin="2" Wrap="60" DrawBorder="0" FontSize="12"/> </Window> \ No newline at end of file |