]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 13 Apr 2010 14:20:30 +0000 (14:20 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 13 Apr 2010 14:20:30 +0000 (14:20 +0000)
kernel/src/bbtkWxGUIPackageBrowser2.cxx

index 4c921ff2ec1eb10d087eaae3cdfbbed5aa676295..f80ec6f8586dff56e3d2854c1db5033a782652e6 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIPackageBrowser2.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/03/29 16:08:24 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2010/04/13 14:20:30 $
+  Version:   $Revision: 1.19 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -245,7 +245,6 @@ namespace bbtk
   void WxGUIBlackBoxList::OnBeginDrag(wxListEvent& event)
   {
          std::cout<<"RaC DRAG TABLE"<<std::endl;
-         /*
          
          wxString text(wxT(this->GetItemText(event.GetIndex())));
          wxListItem info;
@@ -272,7 +271,7 @@ namespace bbtk
          wxDropSource tds(tdo, this);
          tds.DoDragDrop();
          
-         */
+        
 
     //    const wxPoint& pt = event.m_pointDrag;