]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkMessageManager.cxx
Fixed X Window Server errors with wxvtk::Viewer2D (bad synchro between wx and vtk...
[bbtk.git] / kernel / src / bbtkMessageManager.cxx
index eede31b5e0b7d244c1b01f41af6844283b7c8fb8..1314b060c28c3678d3d7fdafdab61ffc9530ffe0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkMessageManager.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/02/05 11:07:42 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/02/05 13:23:46 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -29,7 +29,7 @@ namespace bbtk
     
   {
     std::string key;
-    key ="Core";
+    key ="Kernel";
     mMessageLevel[key] = 0;
     mMessageHelp[key] = "Messages generated by the core classes of the lib";
     if (mMaxMessageLength<key.length()) mMaxMessageLength = key.length();