Update of /cvsroot/gcblue/gcb_wx/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29552/xml
Modified Files:
info_console.xml options.xml
Log Message:
Text message "message center" GUI screen
Index: options.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** options.xml 6 Nov 2004 15:13:43 -0000 1.6
--- options.xml 23 Nov 2004 23:31:19 -0000 1.7
***************
*** 2,6 ****
<HostAddress>192.168.0.102</HostAddress>
<DisplaySettings>default</DisplaySettings>
! <LastScenarioPath>Random.py</LastScenarioPath>
! <LastScenarioName>Random</LastScenarioName>
</Options>
--- 2,6 ----
<HostAddress>192.168.0.102</HostAddress>
<DisplaySettings>default</DisplaySettings>
! <LastScenarioPath>Test.SubTest.py</LastScenarioPath>
! <LastScenarioName>SubTest</LastScenarioName>
</Options>
Index: info_console.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/info_console.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** info_console.xml 7 Nov 2004 03:40:45 -0000 1.4
--- info_console.xml 23 Nov 2004 23:31:18 -0000 1.5
***************
*** 1,5 ****
<Window>
! <TextBox TopMargin="2" BottomMargin="2" Wrap="31" DrawBorder="0" FontSize="12"/>
</Window>
\ No newline at end of file
--- 1,5 ----
<Window>
! <TextBox TopMargin="2" BottomMargin="2" Wrap="34" DrawBorder="0" FontSize="12"/>
</Window>
\ No newline at end of file
|