[Gcblue-commits] gcb_wx/include/sim tcChatBox.h,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-09-05 01:02:45
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28730/include/sim Modified Files: tcChatBox.h Log Message: Index: tcChatBox.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcChatBox.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tcChatBox.h 17 Aug 2004 02:22:56 -0000 1.2 --- tcChatBox.h 5 Sep 2004 01:02:01 -0000 1.3 *************** *** 31,35 **** #endif ! #include "tcStandardWindow.h" --- 31,35 ---- #endif ! #include "tcXmlWindow.h" *************** *** 41,45 **** * is a small popup window used from within the game. */ ! class tcChatBox : public tcStandardWindow { public: --- 41,45 ---- * is a small popup window used from within the game. */ ! class tcChatBox : public tcXmlWindow { public: |