]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConnection.cxx
Created a bbs editor : bbed
[bbtk.git] / kernel / src / bbtkConnection.cxx
index 8dbce184f9b5ae64f78a144306f6edb2893c7ce2..8d60b38699afa0f73b65fa34d6243c95155a5d09 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConnection.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/03/07 10:21:30 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2008/03/18 12:51:26 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See doc/license.txt or
@@ -63,7 +63,7 @@ namespace bbtk
 
     if (to->bbGetInputConnectorMap().find(input)->second->IsConnected())
       {
-       bbtkError("The input \""<<input<<"\" of the box \""<<to->bbGetTypeName()
+       bbtkError("The input \""<<input<<"\" of the box \""<<to->bbGetName()
                  <<"\" is already connected");
       }