]> Creatis software - bbtk.git/commitdiff
change string to linux
authorRicardo Corredor <Ricardo.Corredor@creatis.insa-lyon.fr>
Fri, 26 Mar 2010 14:03:32 +0000 (14:03 +0000)
committerRicardo Corredor <Ricardo.Corredor@creatis.insa-lyon.fr>
Fri, 26 Mar 2010 14:03:32 +0000 (14:03 +0000)
kernel/src/bbtkWxGUIPackageBrowser2.cxx

index 1405fc76b5530ce494497636e373349c2d6b88e6..c471f371839bb0d78a2aa177fb644696cd12d701 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIPackageBrowser2.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/03/26 14:01:11 $
-  Version:   $Revision: 1.15 $
+  Date:      $Date: 2010/03/26 14:03:32 $
+  Version:   $Revision: 1.16 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -266,9 +266,9 @@ namespace bbtk
          }
 
 
-         wxTextDataObject tdo(wxString::Format("%s %d",text,123456));
-         wxDropSource tds(tdo, this);
-         tds.DoDragDrop();
+         //wxTextDataObject tdo(wxString::Format("%s %d",text,123456));
+         //wxDropSource tds(tdo, this);
+         //tds.DoDragDrop();
     //    const wxPoint& pt = event.m_pointDrag;
 
     //wxLogMessage( wxT("OnBeginDrag at (%d, %d), item %ld."),