From: preecej Date: Mon, 13 Aug 2012 22:32:23 +0000 (+0000) Subject: Changed Kevin McGuinness' affiliation and added a link to the orig software download X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=14000a3f5906861e77071b02427daa225d914b17;p=old-jaiswallab-svn%2F.git Changed Kevin McGuinness' affiliation and added a link to the orig software download svn path=/; revision=374 --- diff --git a/Annotation/src/ie/dcu/apps/ist/actions/AboutAction.java b/Annotation/src/ie/dcu/apps/ist/actions/AboutAction.java index 51feb15..907d4ce 100644 --- a/Annotation/src/ie/dcu/apps/ist/actions/AboutAction.java +++ b/Annotation/src/ie/dcu/apps/ist/actions/AboutAction.java @@ -60,12 +60,13 @@ public class AboutAction extends AppAction { private static final String MESSAGE_ORIG = " Kevin McGuinness \n" + - " Center for Digital Video Processing\n" + + " CLARITY: Center for Sensor Web Technologies\n" + " Dublin City University\n" + - " http://www.cdvp.dcu.ie\n"; + " http://www.clarity-center.org\n"; private static final String MESSAGE_ORIG_SOFTWARE = - " Interactive Segmentation and Annotation Tool, v1.3.4"; + " Interactive Segmentation and Annotation Tool, v1.3.4\n" + + " http://kspace.cdvp.dcu.ie/public/interactive-segmentation\n"; private Composite composite;