X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.cpp;h=e7d35027f374777a8ff396ec817118cd6bf17ceb;hp=7bbf71a5937da8cdfeaf49dc7623a2bc2eae83e2;hb=4cdd078f0f198a00e8037e6edec0eb30a6861bae;hpb=134461a6b28beafafdececf7b1f90f4211b56f6b diff --git a/src/views.cpp b/src/views.cpp index 7bbf71a..e7d3502 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.cpp,v 1.127 2001/03/05 20:29:23 kevin Exp $ +** $Id: views.cpp,v 1.128 2001/03/07 16:34:47 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -1095,6 +1095,12 @@ ImageFileView::OnExport (wxCommandEvent& event) strExt = ".png"; strWildcard = "PNG Files (*.png)|*.png"; } +#endif +#ifdef HAVE_CTN_DICOM + else if (m_iDefaultExportFormatID == ImageFile::EXPORT_FORMAT_DICOM) { + strExt = ""; + strWildcard = "DICOM Files (*.*)|*.*"; + } #endif else { strExt = "";