]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxEditor.cxx
std2wx related troubles.
[bbtk.git] / kernel / src / bbtkWxEditor.cxx
index a494269472a848394259a7d95e410c52f4002ebd..138155a4622c1bc65e1d5882c1ad2a9b9fc3a9fd 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxEditor.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/03/20 09:51:29 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2008/03/20 11:04:57 $
+  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
@@ -416,7 +416,7 @@ namespace bbtk
      //             pos+1,
      //             (long)mwxInputText->GetValue().length())+1;
 
-     mwxPosition->SetLabel(wxString(mess));
+     mwxPosition->SetLabel(std2wx(mess));
      mwxPosition->Show();
     
   }