JAL-1894 update year/version in copyright
[jalview.git] / src / jalview / io / HtmlSvgOutput.java
index e946367..9f5f511 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -76,6 +76,10 @@ public class HtmlSvgOutput
                   .getSelectedFile().getParent());
           file = chooser.getSelectedFile();
         }
+        else
+        {
+          return;
+        }
       }
 
       AlignmentDimension aDimension = ap.getAlignmentDimension();