Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Changed Kevin McGuinness' affiliation and added a link to the orig software download
authorpreecej <preecej@localhost>
Mon, 13 Aug 2012 22:32:23 +0000 (22:32 +0000)
committerpreecej <preecej@localhost>
Mon, 13 Aug 2012 22:32:23 +0000 (22:32 +0000)
svn path=/; revision=374

Annotation/src/ie/dcu/apps/ist/actions/AboutAction.java

index 51feb15a8892bbb03ccf229bb091125a9d11715c..907d4ce9a80fc95ebf77e3b43a988444930b16d0 100644 (file)
@@ -60,12 +60,13 @@ public class AboutAction extends AppAction {
 
                private static final String MESSAGE_ORIG = 
                        "   Kevin McGuinness <kevin.mcguinness@eeng.dcu.ie>\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;