]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxCommandButton.h
=== MAJOR RELEASE ====
[bbtk.git] / packages / wx / src / bbwxCommandButton.h
index 9e58b1af9af64a99a694642dd98849a2f5f552cb..4702c6234c16661f4b7979b71bb70c8c857c032a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk 
   Module:    $RCSfile: bbwxCommandButton.h,v $ 
   Language:  C++ 
-  Date:      $Date: 2008/04/08 06:59:32 $ 
-  Version:   $Revision: 1.2 $ 
+  Date:      $Date: 2008/04/18 12:59:52 $ 
+  Version:   $Revision: 1.3 $ 
                                                                                  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de 
   l'Image). All rights reserved. See Doc/License.txt or 
@@ -67,7 +67,7 @@ namespace bbwx
   class /*BBTK_EXPORT*/ CommandButton : public bbtk::WxBlackBox 
   {     
     friend class CommandButtonWidget;
-    BBTK_USER_BLACK_BOX_INTERFACE(CommandButton,bbtk::WxBlackBox); 
+    BBTK_BLACK_BOX_INTERFACE(CommandButton,bbtk::WxBlackBox); 
     BBTK_DECLARE_INPUT(In, std::string );      
     BBTK_DECLARE_INPUT(Label, std::string ); 
     BBTK_DECLARE_INPUT(Colour, std::vector<double> );