]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxDirectorySelector.h
=== MAJOR RELEASE ====
[bbtk.git] / packages / wx / src / bbwxDirectorySelector.h
index b4f175323ab94681ca6735691d6b6c4480161e54..82bfe638869b47fbd8e5dc67b423d08439341088 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxDirectorySelector.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
@@ -49,7 +49,7 @@ namespace bbwx
   //=================================================================
   class /*BBTK_EXPORT*/ DirectorySelector : public bbtk::AtomicBlackBox
   {
-    BBTK_USER_BLACK_BOX_INTERFACE(DirectorySelector,bbtk::AtomicBlackBox);
+    BBTK_BLACK_BOX_INTERFACE(DirectorySelector,bbtk::AtomicBlackBox);
     BBTK_DECLARE_INPUT(Title,std::string);
     BBTK_DECLARE_INPUT(Message,std::string);
     BBTK_DECLARE_INPUT(DefaultDir,std::string);