g.drawString("If you use JalView, please cite:", x, y += fh + 8);\r
g.drawString("\"Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004), The Jalview Java Alignment Editor\"",\r
x, y += fh);\r
- g.drawString("Bioinformatics, 2004 12;426-7.", x, y += fh);\r
+ g.drawString("Bioinformatics, 2004 20;426-7.", x, y += fh);\r
}\r
}\r
\r
});\r
\r
\r
- if (Desktop.desktop != null)\r
- {\r
- addServiceListeners();\r
- setGUINucleotide(al.isNucleotide());\r
- }\r
+ if (Desktop.desktop != null)\r
+ {\r
+ addServiceListeners();\r
+ setGUINucleotide(al.isNucleotide());\r
+ }\r
+\r
+ if(jalview.bin.Cache.getDefault("WRAP_ALIGNMENT", false))\r
+ {\r
+ wrapMenuItem.setSelected(true);\r
+ wrapMenuItem_actionPerformed(null);\r
+ }\r
}\r
\r
/* Set up intrinsic listeners for dynamically generated GUI bits. */\r
"\nFor all issues relating to Jalview, email help@jalview.org" +\r
"\n\nIf you use JalView, please cite:" +\r
"\n\"Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004), The Jalview Java Alignment Editor\"" +\r
- "\nBioinformatics, 2004 12;426-7.");\r
+ "\nBioinformatics, 2004 20;426-7.");\r
\r
JOptionPane.showInternalMessageDialog(Desktop.desktop,\r
\r
50, y+=fontSize+4);\r
g.drawString("If you use JalView, please cite: Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004),",\r
50, y+=fontSize+4);\r
- g.drawString("\"The Jalview Java Alignment Editor\" Bioinformatics, 2004 12; 426-7.",\r
+ g.drawString("\"The Jalview Java Alignment Editor\" Bioinformatics, 2004 20; 426-7.",\r
50, y+=fontSize+4);\r
}\r
}\r