]> Creatis software - clitk.git/blobdiff - vv/vv.cxx
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
[clitk.git] / vv / vv.cxx
index 2b20ac914e648af30483917d443b4488a217ae7c..7506aa94b81d792f1f0d359ffe49ca0185e5bae9 100644 (file)
--- a/vv/vv.cxx
+++ b/vv/vv.cxx
@@ -74,7 +74,7 @@ void open_sequence(vvMainWindow &window,
                    std::vector<std::string> &sequence_filenames,
                    int n_image_loaded)
 {
-  const std::string open_mode_names[] = {"base", "overlay", "fusion", "vf", "contour"};
+  const std::string open_mode_names[] = {"base", "overlay", "fusion", "vf", "contour", "fusionSequence"};
   if(open_mode==O_BASE)
     window.LoadImages(sequence_filenames, vvImageReader::MERGEDWITHTIME);
   else if (open_mode==O_OVERLAY)