JAL-4020 Added search for PyMOLWinWithConsole.bat (and PyMOLWin.exe) in likely places...
[jalview.git] / src / jalview / appletgui / JVDialog.java
index 508cd1d..9853d98 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -58,8 +58,8 @@ public class JVDialog extends Dialog implements ActionListener
             width, height);
   }
 
-  public JVDialog(Frame owner, Panel mainPanel, String title,
-          boolean modal, int width, int height)
+  public JVDialog(Frame owner, Panel mainPanel, String title, boolean modal,
+          int width, int height)
   {
     super(owner, title, modal);
     this.owner = owner;