]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/buttonManager.cxx
creaButtonContainer & creaPanelButtonContainer: Updates in doxygen documentation...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / view / buttonManager.cxx
index 38a4c6b38a2e5d874b5ba0db790501f6eb4385ea..8d00a5da0dc2feab29fa8cfe124291f8e934aecf 100644 (file)
@@ -2,7 +2,7 @@
  * @file buttonManager.cxx
  * @brief Implements the ButtonManager class.
  * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
- * @date  2011-05-24
+ * @date  2011-06-02
  */
 
 #include "buttonManager.h"
@@ -55,7 +55,7 @@ namespace creaButtonContainer
                                                this->m_GridSizer->Add( ( *it ).second, -1,
                                                    wxALL | wxALIGN_LEFT | wxALIGN_TOP, 5 );
                                        this->Add( m_GridSizer, -1, wxALL | wxALIGN_LEFT | wxALIGN_TOP, 5 );
-                               }
+                               }//fi
                        }//yrt
                        catch ( const std::exception& e )
                        {