--- projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/01/24 03:21:26 1.16 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/Conient.java 2001/01/24 03:35:14 1.17 @@ -14,7 +14,7 @@ import java.awt.event.*; * and its own display. * * @author $Author: ajm $ - * @version $Id: Conient.java,v 1.16 2001/01/24 03:21:26 ajm Exp $ + * @version $Id: Conient.java,v 1.17 2001/01/24 03:35:14 ajm Exp $ */ public class Conient extends JFrame { @@ -23,7 +23,7 @@ public class Conient extends JFrame { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.16 $"; + public final String REVISION = "$Revision: 1.17 $"; /** * The initial width of the window @@ -63,7 +63,7 @@ public class Conient extends JFrame { // the main frame (passed the two panels) Conient client = new Conient(data, control); - Conient.addMessage("Conient {an I-scream Client} © 2001 University of Kent & Project I-Scream"); + Conient.addMessage("Conient {an i-scream Client} © 2001 University of Kent & Project i-scream"); Conient.addMessage("Conient ready."); } @@ -75,7 +75,7 @@ public class Conient extends JFrame { */ private Conient(JPanel data, JPanel control) { // set up the Frame - super("Conient {an I-scream Client}"); + super("Conient {an i-scream Client}"); setSize(DEFAULT_WIDTH, DEFAULT_HEIGHT); // set what happens when the X in the corner is clicked