]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIConsole.cxx
Compil sous Windows
[bbtk.git] / kernel / src / bbtkWxGUIConsole.cxx
index f1b347ee8fa172a17cd485398dd370a1f5b4f29a..53cbb2fdc4d40f0a7d0c7b88971600c71aae6309 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIConsole.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/04/24 12:56:39 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2008/05/06 13:45:12 $
+  Version:   $Revision: 1.11 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -413,7 +413,7 @@ namespace bbtk
   bool WxGUIConsole::Show(bool show)
   {
     Wx::AutoDestroyTopWindow(!show);
-    wxFrame::Show(show);
+    return wxFrame::Show(show);
   }
   //================================================================