]> Creatis software - bbtk.git/commitdiff
std2wx pb.
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 26 Mar 2008 14:57:01 +0000 (14:57 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 26 Mar 2008 14:57:01 +0000 (14:57 +0000)
kernel/src/bbtkWxGUITextEditor.cxx

index 56a5a97d56cfea3d7f7dea82c6b76fc879d99c0d..95901c4868fc6987f829983884f312a789ca7817 100644 (file)
@@ -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 << "]" <<std::endl;
-    mwxInputText->SaveFile(mName);
+    mwxInputText->SaveFile(std2wx(mName));
     mwxInputText->SetModified(false);
   }
   //================================================================