]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 21 Oct 2008 13:55:38 +0000 (13:55 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 21 Oct 2008 13:55:38 +0000 (13:55 +0000)
kernel/appli/bbCreateBlackBox/xml-templates/widget-template.xml
kernel/src/bbtkWx.cxx

index ec1d45b2c22babee01becd16cc624846a0a67d49..27f24c26d8a07f90346d5f3eb512414b1cdbf4ea 100644 (file)
@@ -48,7 +48,6 @@
   </PRE>
   </constructor>
 
-</copyconstructor>
   <!-- THE COPY-CONSTRUCTION METHOD BODY :
     Here does nothing 
     But this is where you should allocate the output pointers if any
@@ -57,6 +56,8 @@
   <PRE>
 
   </PRE>
+  </copyconstructor>
+
   <!-- THE DESTRUCTION METHOD BODY :
     Here does nothing 
     but this is where you should desallocate the output pointers if any -->
index c734298271e0e613cde1b544e960d49f0a780434..29567ff69b031e4f560e8f102a8572fe2f7d6682 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWx.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:14 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2008/10/21 13:55:49 $
+  Version:   $Revision: 1.11 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -306,7 +306,7 @@ namespace bbtk
       {        
        bbtkDebugMessage("wx",2,
                         "Wx::BusyCursor::BusyCursor()"<<std::endl);
-       mCursor = new wxBusyCursor; 
+          mCursor = new wxBusyCursor; 
        //::wxBeginBusyCursor(); 
     }
   }