]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxCommandButton.h
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxCommandButton.h
index 4702c6234c16661f4b7979b71bb70c8c857c032a..289c2d9c18dd3bf036faf2b339e7f45d4a446824 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk 
   Module:    $RCSfile: bbwxCommandButton.h,v $ 
   Language:  C++ 
-  Date:      $Date: 2008/04/18 12:59:52 $ 
-  Version:   $Revision: 1.3 $ 
+  Date:      $Date: 2008/05/07 13:14:49 $ 
+  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 
@@ -96,7 +96,7 @@ namespace bbwx
   
   BBTK_INPUT(CommandButton,In,"Commands to be executed separated by commas (;). Each single quote (') is replaced by a double quote (\").",std::string,"");   
   BBTK_INPUT(CommandButton,Label,"Label of the button",std::string,""); 
-  BBTK_INPUT(CommandButton,Colour,"Colour of the button (-1 -1 -1  Background)",vectorcolour,"color"); 
+  BBTK_INPUT(CommandButton,Colour,"Colour of the button (-1 -1 -1  Background)",vectorcolour,"colour"); 
   //   BBTK_OUTPUT(CommandButton,Out,"..Out..",int); 
   BBTK_END_DESCRIBE_BLACK_BOX(CommandButton); 
   //=================================================================