--- projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java 2003/03/11 21:41:25 1.51 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/HostDisplayPanel.java 2004/08/01 10:40:06 1.52 @@ -1,6 +1,6 @@ /* * i-scream central monitoring system - * http://www.i-scream.org.uk + * http://www.i-scream.org * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -50,7 +50,7 @@ import javax.swing.ImageIcon; * values in the packet. * * @author $Author: tdb $ - * @version $Id: HostDisplayPanel.java,v 1.51 2003/03/11 21:41:25 tdb Exp $ + * @version $Id: HostDisplayPanel.java,v 1.52 2004/08/01 10:40:06 tdb Exp $ */ public class HostDisplayPanel extends JPanel { @@ -59,7 +59,7 @@ public class HostDisplayPanel extends JPanel { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.51 $"; + public final String REVISION = "$Revision: 1.52 $"; //---STATIC METHODS---