Update of /cvsroot/gcblue/gcb_wx/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30667/xml
Modified Files:
network_view.xml
Log Message:
Added join game button for multiplayer, started carrier and airfield multiplayer support
Index: network_view.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/network_view.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** network_view.xml 2 Mar 2005 22:28:45 -0000 1.7
--- network_view.xml 6 Apr 2005 02:19:50 -0000 1.8
***************
*** 14,18 ****
<EditIP X="30" Y="300" Width="180" Height="25" BarX="10.0" BarY="5.0" BarWidth="160.0" BarHeight="14.0" Caption="IP Address"/>
<Button X="240" Y="305" Width="65" Height="15" Caption="Connect" Command="160"/>
! <Button X="340" Y="305" Width="65" Height="15" Caption="Test Text" Command="170"/>
<StatusBox X="250" Y="130" Width="200" Height="100"/>
<ChatBox X="30" Y="350" Width="400" Height="200" FontSize="11.0" DrawBorder="1"/>
--- 14,18 ----
<EditIP X="30" Y="300" Width="180" Height="25" BarX="10.0" BarY="5.0" BarWidth="160.0" BarHeight="14.0" Caption="IP Address"/>
<Button X="240" Y="305" Width="65" Height="15" Caption="Connect" Command="160"/>
! <Button X="340" Y="305" Width="65" Height="15" Caption="Join Game" Command="170"/>
<StatusBox X="250" Y="130" Width="200" Height="100"/>
<ChatBox X="30" Y="350" Width="400" Height="200" FontSize="11.0" DrawBorder="1"/>
|