From: amwaterhouse Date: Mon, 18 Apr 2005 16:02:56 +0000 (+0000) Subject: position of bioinformatics X-Git-Tag: Release_2_0~388 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=00f6edbbdddf16f77142e98e375363675be807fe;p=jalview.git position of bioinformatics --- diff --git a/src/jalview/gui/Desktop.java b/src/jalview/gui/Desktop.java index 5076243..d2c9b5c 100755 --- a/src/jalview/gui/Desktop.java +++ b/src/jalview/gui/Desktop.java @@ -302,8 +302,9 @@ this.setDropTarget(new java.awt.dnd.DropTarget(desktop, this)); "JalView 2005 version " + jalview.bin.Cache.VERSION+"; last updated: "+jalview.bin.Cache.BUILD_DATE +"\nAuthors: Michele Clamp, James Cuff, Steve Searle, Andrew Waterhouse, Jim Procter & Geoff Barton." +"\nCurrent development managed by Andrew Waterhouse; Barton Group, University of Dundee." - +"\nIf you use JalView, please cite: Bioinformatics, 2004 12;426-7." - +"\n\"Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004), The Jalview Java Alignment Editor\"", + +"\nIf you use JalView, please cite:" + +"\n\"Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004), The Jalview Java Alignment Editor\"" + +"\nBioinformatics, 2004 12;426-7.", "About Jalview", JOptionPane.INFORMATION_MESSAGE); }