]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxExportDlg.cpp
\ No newline at end of file
[creaImageIO.git] / src2 / creaImageIOWxExportDlg.cpp
index c2e06e8b4bc50ce7c552a2b9aec68eb50e6ebdf6..682cc894eb8910fd0159005d13f740616aeef698 100644 (file)
@@ -3,7 +3,7 @@
 namespace creaImageIO
 {
        // CTor
-       WxExportDlg::WxExportDlg(wxWindow *parent, const std::vector<std::string> storages)
+   WxExportDlg::WxExportDlg(wxWindow *parent, const std::vector<std::string> storages)
     : wxDialog(parent, -1,_T("EXPORT FILES TO STORAGE"), wxDefaultPosition, wxSize(260,150))
    {
          int size = 16;
@@ -30,13 +30,10 @@ namespace creaImageIO
 
        WxExportDlg::~WxExportDlg(){}
 
-
        void WxExportDlg::OnOk(wxCommandEvent &event)
        {
                m_name = crea::wx2std(ExportCombo->GetValue());
                Close();
                SetReturnCode(ID_EXPORT_OK);
-       }
-
-       
-}
\ No newline at end of file
+       }       
+}