[Gcblue-commits] gcb_wx/xml info_console.xml,1.5,1.6 options.xml,1.18,1.19
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-06-30 01:06:21
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31770/xml Modified Files: info_console.xml options.xml Log Message: Index: options.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** options.xml 17 May 2005 00:20:41 -0000 1.18 --- options.xml 30 Jun 2005 01:06:12 -0000 1.19 *************** *** 1,7 **** <Options> ! <HostAddress>192.168.0.101</HostAddress> <DisplaySettings>default</DisplaySettings> ! <LastScenarioPath>GroundSAMTest.py</LastScenarioPath> ! <LastScenarioName>GroundSAMTest</LastScenarioName> <noCopyDatabase /> <noWriteXmlDatabase /> --- 1,7 ---- <Options> ! <HostAddress>192.168.0.100</HostAddress> <DisplaySettings>default</DisplaySettings> ! <LastScenarioPath>TaiwanTest.py</LastScenarioPath> ! <LastScenarioName>TaiwanTest</LastScenarioName> <noCopyDatabase /> <noWriteXmlDatabase /> *************** *** 10,13 **** --- 10,14 ---- <AutoKillAssessment /> <ShakeAirCamera /> + <ShowPythonErrors /> <UserName>Dewitt</UserName> </Options> Index: info_console.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/info_console.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** info_console.xml 23 Nov 2004 23:31:18 -0000 1.5 --- info_console.xml 30 Jun 2005 01:06:12 -0000 1.6 *************** *** 1,5 **** <Window> ! <TextBox TopMargin="2" BottomMargin="2" Wrap="34" DrawBorder="0" FontSize="12"/> </Window> \ No newline at end of file --- 1,5 ---- <Window> ! <TextBox TopMargin="2" BottomMargin="2" Wrap="28" DrawBorder="0" FontSize="12"/> </Window> \ No newline at end of file |