Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Test commit
authorahmedi <ahmedi@localhost>
Mon, 27 Aug 2012 19:24:59 +0000 (19:24 +0000)
committerahmedi <ahmedi@localhost>
Mon, 27 Aug 2012 19:24:59 +0000 (19:24 +0000)
svn path=/; revision=377

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

index 6905dd6e3f648e08cfd882cd56d2cea59572ce0b..ec5bbe95afc4919f0dc6025f9b30a83dff84db5f 100644 (file)
@@ -99,7 +99,7 @@ public class HelpAction extends AppAction {
                        if (urlString != null) {
                                go(urlString);
                        } else {
-                               browser.setText("Help file is unavailable");
+                               browser.setText("Help file is unavailable.");
                        }
                }