]> Creatis software - clitk.git/blobdiff - vv/vvToolFooWithWidgetBase.cxx
- multiple inputs in vv
[clitk.git] / vv / vvToolFooWithWidgetBase.cxx
index 638ca0afa5667084d987286ac093c16eec0cd1ad..23adc9d6b9ff92f0ea706090d3278b90bcd50448 100644 (file)
@@ -3,8 +3,8 @@
   Program:   vv
   Module:    $RCSfile: vvToolFooWithWidgetBase.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/03/01 08:37:19 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2010/03/24 10:48:18 $
+  Version:   $Revision: 1.2 $
   Author :   David Sarrut (david.sarrut@creatis.insa-lyon.fr)
 
   Copyright (C) 2010
@@ -62,7 +62,7 @@ void vvToolFooWithWidgetBase::Initialize() {
 
 //------------------------------------------------------------------------------
 void vvToolFooWithWidgetBase::InputIsSelected(vvSlicerManager *m) {
-  mButton->setText(m->GetFileName().c_str());
+  
 }
 //------------------------------------------------------------------------------