[Gcblue-commits] gcb_wx/include/common tcOptionsView.h,1.8,1.9
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/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28730/include/common Modified Files: tcOptionsView.h Log Message: Index: tcOptionsView.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOptionsView.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcOptionsView.h 14 Jun 2004 22:37:11 -0000 1.8 --- tcOptionsView.h 5 Sep 2004 01:02:00 -0000 1.9 *************** *** 31,40 **** #endif #include "tcOptions.h" ! #include "tcStandardWindow.h" #include "tcSound.h" // View and GUI for user options data ! class tcOptionsView : public tcStandardWindow { // placement info for GUI buttons, text, etc. --- 31,40 ---- #endif #include "tcOptions.h" ! #include "tcXmlWindow.h" #include "tcSound.h" // View and GUI for user options data ! class tcOptionsView : public tcXmlWindow { // placement info for GUI buttons, text, etc. |