]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorguigues <guigues>
Thu, 14 Feb 2008 08:06:19 +0000 (08:06 +0000)
committerguigues <guigues>
Thu, 14 Feb 2008 08:06:19 +0000 (08:06 +0000)
packages/wx/src/bbwxColourDialogButton.cxx

index 5e4154c38e7ca13b40464d5a07a197a631fd51df..b8137008fb4a579538a1559dc32661bb8eb44df1 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxColourDialogButton.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/02/13 15:09:37 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/02/14 08:06:19 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -125,8 +125,7 @@ void wxColourPickerCtrlWidget::UpdateBox()
    */ 
   void ColourDialogButton::CreateWidget()
   {
-    bbtkDebugMessage("Process",9,"=> ColourDialogButton::CreateWidget("
-                       <<parent<<")"<<std::endl);
+    bbtkDebugMessage("Process",9,"=> ColourDialogButton::CreateWidget()"<<std::endl);
     
     float r,g,b;
     sscanf( bbGetInputIn().c_str(), "%f %f %f", &r, &g ,&b);
@@ -137,8 +136,7 @@ void wxColourPickerCtrlWidget::UpdateBox()
 
     pickerWidget = new wxColourPickerCtrlWidget(this, bbGetWxParent() , cr , cg , cb );    
     
-    bbtkDebugMessage("Process",9,"<= ColourDialogButton::CreateWidget("
-                    <<parent<<")"<<std::endl);
+    bbtkDebugMessage("Process",9,"<= ColourDialogButton::CreateWidget()"<<std::endl);
 
     bbSetOutputWidget( pickerWidget );
   }