[Gcblue-commits] gcb_wx/src/common tcOptionsView.cpp,1.11,1.12
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-10-21 04:11:17
|
Update of /cvsroot/gcblue/gcb_wx/src/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9417/src/common Modified Files: tcOptionsView.cpp Log Message: Changes related to GDI+ replacement Index: tcOptionsView.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcOptionsView.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tcOptionsView.cpp 7 Oct 2004 22:01:45 -0000 1.11 --- tcOptionsView.cpp 21 Oct 2004 04:10:59 -0000 1.12 *************** *** 64,68 **** static nTestCount = 0; ! wxASSERT(mpOptions); --- 64,68 ---- static nTestCount = 0; ! #if 0 wxASSERT(mpOptions); *************** *** 129,133 **** } } ! DrawChildren(); --- 129,133 ---- } } ! #endif DrawChildren(); *************** *** 230,234 **** if (config) { ! AddXMLControls(); } else --- 230,234 ---- if (config) { ! // AddXMLControls(); } else |