Update of /cvsroot/gcblue/gcb_wx/xml
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14318/xml
Modified Files:
chat_box.xml
Log Message:
Index: chat_box.xml
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/xml/chat_box.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** chat_box.xml 17 May 2005 00:20:41 -0000 1.3
--- chat_box.xml 2 Dec 2006 02:23:49 -0000 1.4
***************
*** 2,5 ****
<ChatBox X="10" Y="10" Width="400" Height="250" FontSize="14.0" Wrap="70" DrawBorder="1"/>
<ChatEntry X="10" Y="260" Width="400" Height="16" BarX="0.0" BarY="1.0" BarWidth="400.0" BarHeight="14.0" Caption="" FontSize="14.0" DrawBorder="1"/>
!
</Window>
\ No newline at end of file
--- 2,7 ----
<ChatBox X="10" Y="10" Width="400" Height="250" FontSize="14.0" Wrap="70" DrawBorder="1"/>
<ChatEntry X="10" Y="260" Width="400" Height="16" BarX="0.0" BarY="1.0" BarWidth="400.0" BarHeight="14.0" Caption="" FontSize="14.0" DrawBorder="1"/>
! <Button X="400" Y="2" Width="16" Height="16" Command="86" Caption="">
! <Image Off="close.png" On="close.png" />
! </Button>
</Window>
\ No newline at end of file
|