Added the GRNET suggested text to the About box
authorChristos V. Stathis <chstath@ebs.gr>
Thu, 31 Mar 2011 14:03:29 +0000 (17:03 +0300)
committerChristos V. Stathis <chstath@ebs.gr>
Thu, 31 Mar 2011 14:03:29 +0000 (17:03 +0300)
src/gr/ebs/gss/client/AboutDialog.java

index 1adf09e..d3b7aab 100644 (file)
@@ -50,8 +50,8 @@ public class AboutDialog extends DialogBox {
                // Create the 'about' text and set the style.\r
                final HTML text = new HTML("This is the Web client for the " + service +\r
                                        " service. You can use it to store, retrieve and share " +\r
-                                       "files in the " + service + " server grid. <p>Version: " +\r
-                                       conf.version() + "<br>Design and implementation: " +\r
+                                       "files in the " + service + " server grid. <p>Pithos version: " +\r
+                                       conf.version() + "<br> A GRNET service designed and implemented by " + "<a href='http://www.grnet.gr'>GRNET</a>" + " and " +\r
                                        "<a href='http://www.ebs.gr' target='about'>EBS</a></p>");\r
                text.setStyleName("gss-AboutText");\r
                outer.add(text);\r