]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.cxx
support for mha images
[clitk.git] / vv / vvMainWindow.cxx
index 1c2230f57160a8aa43e904f4e40734ed6233211a..596e6af969f9859f0520de3e3f70ab8eb61af613 100644 (file)
@@ -2200,6 +2200,7 @@ void vvMainWindow::SaveAs()
   OutputListeFormat.clear();
   if (dimension == 1) {
     OutputListeFormat.push_back(".mhd");
+    OutputListeFormat.push_back(".mha");
   }
   if (dimension == 2) {
     OutputListeFormat.push_back(".bmp");