]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxInputText.cxx
no message
[bbtk.git] / packages / wx / src / bbwxInputText.cxx
index 58c329be058d3e9f4818ca3ece0c8d15992064c1..66058c39062b91b7dfaa87d00eaa4beb6b34e020 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxInputText.cxx,v $
   Language:  C++
-  Date:      $Date: 2011/06/17 16:19:42 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2011/07/22 12:30:31 $
+  Version:   $Revision: 1.12 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -194,8 +194,9 @@ namespace bbwx
                }
                w->SetTitle( bbtk::std2wx ( bbGetInputTitle() ) );
                bbSetOutputOut( w->GetValue() );
-       }
+       } else {
          bbSetOutputOut( "<VOID>" );
+       }
   }