Update of /cvsroot/gcblue/gcb_wx/src/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26484/src/graphics
Modified Files:
tcWindow.cpp
Log Message:
Index: tcWindow.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcWindow.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tcWindow.cpp 14 Jun 2004 21:52:48 -0000 1.3
--- tcWindow.cpp 19 Jun 2004 22:00:28 -0000 1.4
***************
*** 105,109 ****
{
wxPaintDC dc(this);
! fprintf(stdout, "Paint [%s]\n",GetName());
}
--- 105,109 ----
{
wxPaintDC dc(this);
! //fprintf(stdout, "Paint [%s]\n",GetName());
}
|