]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBoxDescriptor.cxx
#3508 ConcatString_tool Reactivity 2
[bbtk.git] / kernel / src / bbtkAtomicBlackBoxDescriptor.cxx
index aafb10de89ee218cb0d80db3a641ec309c4127d0..5d33daaedf3b0d6e5ec50108bcde6781d47c3c6f 100644 (file)
@@ -52,7 +52,7 @@ namespace bbtk
        bbtk::AtomicBlackBoxInputDescriptor
        (typeid(AtomicBlackBoxDescriptor),
        "BoxProcessMode",
-       "Sets the processing mode of the box (Pipeline | Always | Reactive | Manual)",
+       "(Default Pipeline) -  Sets the processing mode of the box (Pipeline | Always | Reactive | Manual)",
        "",
        new bbtk::AtomicBlackBoxTGetFunctor<BlackBox,std::string,std::string>(&BlackBox::bbGetInputBoxProcessMode), 
        new bbtk::AtomicBlackBoxTSetFunctor<BlackBox,std::string,std::string>(&BlackBox::bbSetInputBoxProcessMode) ) );