From: jean-pierre roux Date: Wed, 26 Mar 2008 14:57:01 +0000 (+0000) Subject: std2wx pb. X-Git-Tag: r0.6.1~88 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=296901b1b2cc279a1984c89e15435ac092ba5f4a;p=bbtk.git std2wx pb. --- diff --git a/kernel/src/bbtkWxGUITextEditor.cxx b/kernel/src/bbtkWxGUITextEditor.cxx index 56a5a97..95901c4 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/25 15:47:54 $ - Version: $Revision: 1.4 $ + Date: $Date: 2008/03/26 14:57:01 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -203,7 +203,7 @@ namespace bbtk } } std::cout << "file [" << mName << "]" <SaveFile(mName); + mwxInputText->SaveFile(std2wx(mName)); mwxInputText->SetModified(false); } //================================================================