]> Creatis software - bbtk.git/blobdiff - kernel/appli/bbi/bbi.cxx
*** empty log message ***
[bbtk.git] / kernel / appli / bbi / bbi.cxx
index 42d5ec54c25d2310b3aab45f5f92d610512bfebe..03380f0a33bd12dce14a15e6321b56be0fdeb5ed 100644 (file)
@@ -67,12 +67,14 @@ void wxBBIApp::OnInitCmdLine(wxCmdLineParser& parser)
 
 bool wxBBIApp::OnCmdLineParsed(wxCmdLineParser& parser)
 {
+
   if (parser.Found(_T("M"))) 
     {
       bbtk::StaticInitTime::PrintObjectListInfo = true;
     }
   
   debug = ( parser.Found(_T("d")) );
+
   quiet = ( parser.Found(_T("q")) );
   help = ( parser.Found(_T("h")) );
   graphical_dialog = ( parser.Found(_T("g")) );