]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 2 Sep 2009 16:13:48 +0000 (16:13 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 2 Sep 2009 16:13:48 +0000 (16:13 +0000)
kernel/appli/bbCreateBlackBox/xml-templates/widget-template.xml

index 27f24c26d8a07f90346d5f3eb512414b1cdbf4ea..9bd511f210534265fd698a2c2a0732f8c2f4d8ad 100644 (file)
@@ -19,8 +19,7 @@
   <input name="In" type="std::string" description="Text"/>
 
   <createwidget><PRE>
-   bbSetOutputWidget( new wxStaticText ( bbGetWxParent() , -1 , _T("") ) );
-   Process();
+   bbSetOutputWidget( new wxStaticText ( parent , -1 , _T("") ) );
   </PRE></createwidget>
 
  <!--========================================================================