]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dataview.cpp
Make SaveFile and LoadFile virtual so they can be overridden
[wxWidgets.git] / src / gtk / dataview.cpp
index 7a22e83dfd9176c284cee26320998b6c8f17c439..04d3f1d81169f702694a086cd5fd79ee595a970d 100644 (file)
@@ -2690,7 +2690,7 @@ wxGtkTreeModelNode *wxDataViewCtrlInternal::FindNode( GtkTreeIter *iter )
     
     if (!result)
     {
-        wxPrintf( "Not found %d\n", (int) iter->user_data );
+        wxLogDebug( "Not found %p", iter->user_data );
         char *crash = NULL;
         *crash = 0;
     }
@@ -2707,7 +2707,7 @@ wxGtkTreeModelNode *wxDataViewCtrlInternal::FindNode( const wxDataViewItem &item
     
     if (!result)
     {
-        wxPrintf( "Not found %d\n", (int) item.GetID() );
+        wxLogDebug( "Not found %p", item.GetID() );
         char *crash = NULL;
         *crash = 0;
     }