From: jean-pierre roux Date: Wed, 26 Mar 2008 15:04:46 +0000 (+0000) Subject: Last one? X-Git-Tag: r0.6.1~86 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9ef91d50684f8a5552f49e22a5b62e60fca7341b;p=bbtk.git Last one? --- diff --git a/kernel/src/bbtkWxGUITextEditor.cxx b/kernel/src/bbtkWxGUITextEditor.cxx index 26116ff..cec220f 100644 --- a/kernel/src/bbtkWxGUITextEditor.cxx +++ b/kernel/src/bbtkWxGUITextEditor.cxx @@ -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(); } //================================================================