]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxGimmickView.cpp
*** empty log message ***
[creaImageIO.git] / src / creaImageIOWxGimmickView.cpp
index d9f727cc56096b3acadd402892a59e2c1943ea98..2f317e1546fd9c0839a576186794a5b2dfb8ffbe 100644 (file)
@@ -956,7 +956,7 @@ namespace creaImageIO
 
                        if (inputDir.compare("")!=0 && outputDir.compare("")!=0)
                        {
-                               if ( wxMessageBox(_T("Depending on the amount of Data the process can take between 1 and 5 minutes. Do you want to continue?"),
+                               if ( wxMessageBox(_T("Depending on the amount of Data the process can take several minutes. Do you want to continue?"),
                                                  _T("Please confirm"), wxICON_QUESTION | wxYES_NO) == wxYES )
                                {
                                        Bruker2Dicom b2d;    
@@ -965,7 +965,6 @@ namespace creaImageIO
                                        b2d.SetConvertModeToDicom();
                                        b2d.verbose=false;
                                        b2d.Execute();
-
                                        if (addToDB)
                                        {
                                                mProgressDialog = new wxProgressDialog(_T("Adding directory"),_T(""),1000,this,wxPD_ELAPSED_TIME |wxPD_CAN_ABORT );