]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutTab.cxx
Descr
[bbtk.git] / packages / wx / src / bbwxLayoutTab.cxx
index e72b1b9ecc566779c71651d86b84ed9bd32a2a2c..4f68b74fe5ecae2531d64451c0198b2df14012fe 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutTab.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/06/19 09:46:46 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/10/06 09:05:07 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -56,9 +56,9 @@ namespace bbwx
        {
                  if (widgetchild!=NULL)
                  {
-                         widgetchild->Reparent(book);
-                         book->AddPage(widgetchild,  widgetchild->GetName() );
-                               widgetchild->Show();
+                          widgetchild->Reparent(book);
+                          book->AddPage(widgetchild, widgetchild->GetName() );
+                          widgetchild->Show();
                  }             
        }