]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUICommand.cxx
std2wx related troubles.
[bbtk.git] / kernel / src / bbtkWxGUICommand.cxx
index 929d07bd84853f9a39dc7d8fc629050999bc4e73..37c2af12538797aa659d17b55a29b76d3836729e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUICommand.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/03/20 09:51:29 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/03/20 11:04:57 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -127,7 +127,7 @@ namespace bbtk
     if (command.length()==0) return;
 
     mwxTextCommand->SetValue(_T(""));
-    mwxTextCommand->Append(command);
+    mwxTextCommand->Append(std2wx(command));
     if (mUser) mUser->WxGUICommandEnter(command);
   }