[Gcblue-commits] gcb_wx/src/common tcOptions.cpp,1.11,1.12 tcOptionsView.cpp,1.12,1.13
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-01 03:18:04
|
Update of /cvsroot/gcblue/gcb_wx/src/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20973/src/common Modified Files: tcOptions.cpp tcOptionsView.cpp Log Message: A few more changes related to GDI+ replacement Index: tcOptionsView.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcOptionsView.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tcOptionsView.cpp 21 Oct 2004 04:10:59 -0000 1.12 --- tcOptionsView.cpp 1 Nov 2004 03:17:17 -0000 1.13 *************** *** 64,68 **** static nTestCount = 0; ! #if 0 wxASSERT(mpOptions); --- 64,68 ---- static nTestCount = 0; ! wxASSERT(mpOptions); *************** *** 129,133 **** } } ! #endif DrawChildren(); --- 129,133 ---- } } ! DrawChildren(); Index: tcOptions.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/common/tcOptions.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tcOptions.cpp 2 Oct 2004 22:41:33 -0000 1.11 --- tcOptions.cpp 1 Nov 2004 03:17:17 -0000 1.12 *************** *** 127,131 **** oi.mnValue = 1; oi.mpAssociated = &mbUseNTDS; ! oi.mzCaption[0] = "2525B symbols"; oi.mzCaption[1] = "NTDS symbols"; AddOption(oi); --- 127,131 ---- oi.mnValue = 1; oi.mpAssociated = &mbUseNTDS; ! oi.mzCaption[0] = "Icon (2525B) symbols"; oi.mzCaption[1] = "NTDS symbols"; AddOption(oi); |