X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkMessageManager.h;h=0bf85d002ba9c7e3e788d1d17b89794522ff93c7;hb=157b1a61a177ccd0a3136f6e435880d949411c4d;hp=4809db51b611b1c0415dbe5cbc12a5fbb22b3b23;hpb=998354bb81a4f450cae3a2263838d7d3b6024bac;p=bbtk.git diff --git a/kernel/src/bbtkMessageManager.h b/kernel/src/bbtkMessageManager.h index 4809db5..0bf85d0 100644 --- a/kernel/src/bbtkMessageManager.h +++ b/kernel/src/bbtkMessageManager.h @@ -12,7 +12,7 @@ (for example : "Kernel" messages are generated by the core classes of the library, there can be a type of message for each type of Node, and so on...) A type of message must be declared by registering it into the MessageManager. This is done by a line like : - bbtk::MessageManager::RegisterMessageType("Core","Messages generated by the core classes of the library",5); + bbtk::MessageManager::RegisterMessageType("Kernel","Messages generated by the core classes of the library",5); where : -The first string is the type of the message (the category which will be used to generate a message of this type) -The second string is help string @@ -23,16 +23,16 @@ example : - bbtkMessage("Core",4,"problem with "<