]> Creatis software - bbtk.git/commitdiff
Last one?
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 26 Mar 2008 15:04:46 +0000 (15:04 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 26 Mar 2008 15:04:46 +0000 (15:04 +0000)
kernel/src/bbtkWxGUITextEditor.cxx

index 26116ff62e36b45d22f66afd5ecd80cc40f06789..cec220f89f954cdf855135a6f37e355bfe68b697 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUITextEditor.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/03/26 15:03:51 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2008/03/26 15:04:46 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -329,7 +329,7 @@ namespace bbtk
        page->Load(name);
       }
     page->SetPageName(name);
-    mwxNotebook->AddPage(page,name,true);
+    mwxNotebook->AddPage(page,std2wx(name),true);
     FocusOnCurrentPage();
   }
   //================================================================