X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxExportDlg.cpp;h=682cc894eb8910fd0159005d13f740616aeef698;hb=a00e6172593c713640aaa9bf1e61db6200231a0f;hp=c2e06e8b4bc50ce7c552a2b9aec68eb50e6ebdf6;hpb=e79fb1c492e93cdd1a5a95ba0ab491b868cf5992;p=creaImageIO.git diff --git a/src2/creaImageIOWxExportDlg.cpp b/src2/creaImageIOWxExportDlg.cpp index c2e06e8..682cc89 100644 --- a/src2/creaImageIOWxExportDlg.cpp +++ b/src2/creaImageIOWxExportDlg.cpp @@ -3,7 +3,7 @@ namespace creaImageIO { // CTor - WxExportDlg::WxExportDlg(wxWindow *parent, const std::vector storages) + WxExportDlg::WxExportDlg(wxWindow *parent, const std::vector 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 + } +}