]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave
[wxWidgets.git] / src / common / gdicmn.cpp
index e34329304592782a87f71bc951b63366c5702140..e67704f9b54b3fb60732681de1f0d913214fb66e 100644 (file)
@@ -20,6 +20,7 @@
 #pragma hdrstop
 #endif
 
+
 #include "wx/gdicmn.h"
 #include "wx/brush.h"
 #include "wx/pen.h"
@@ -29,6 +30,7 @@
 #include "wx/font.h"
 #include "wx/palette.h"
 
+#include "wx/log.h"
 #include <string.h>
 
 #ifdef __WXMSW__
@@ -437,7 +439,7 @@ wxBitmapList::wxBitmapList ()
 
 wxBitmapList::~wxBitmapList ()
 {
-  printf( "Count: %d.\n", Number() );
+  wxLogDebug("~wxBitmapList: count = %d", Number());
 
   wxNode *node = First ();
   while (node)