update author list in license for (JAL-826)
[jalview.git] / src / jalview / gui / ScriptWindow.java
index 652830d..adebec8 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  * 
  * This file is part of Jalview.
  * 
@@ -259,7 +259,7 @@ public final class ScriptWindow extends JPanel implements ActionListener,
     Object source = e.getSource();
     if (source == closeButton)
     {
-      appJmol.showConsole(false);
+      // appJmol.showConsole(false);
     }
     else if (source == runButton)
     {