]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkMessageManager.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkMessageManager.cxx
index eae9e3b41d3d5bcc2a9154d009bd048aa8c0931b..4d673d4d029535b8aa885e525bd8b12361cb590b 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkMessageManager.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/12/08 12:54:27 $
-  Version:   $Revision: 1.14 $
+  Date:      $Date: 2009/05/19 10:19:23 $
+  Version:   $Revision: 1.15 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -86,10 +86,18 @@ namespace bbtk
     mMessageLevel[key] = 0;
     mMessageHelp[key] = "Data related messages";
     if (mMaxMessageLength<key.length()) mMaxMessageLength = key.length();
-    key = "wx";
+    key = "widget";
     mMessageLevel[key] = 0;
     mMessageHelp[key] = "Widgets related messages";
     if (mMaxMessageLength<key.length()) mMaxMessageLength = key.length();
+    key = "wx";
+    mMessageLevel[key] = 0;
+    mMessageHelp[key] = "wxWidgets related messages";
+    if (mMaxMessageLength<key.length()) mMaxMessageLength = key.length();
+    key = "qt";
+    mMessageLevel[key] = 0;
+    mMessageHelp[key] = "Qt related messages";
+    if (mMaxMessageLength<key.length()) mMaxMessageLength = key.length();
     key = "gui";
     mMessageLevel[key] = 0;
     mMessageHelp[key] = "Graphical user interface related messages";