fix lazy loading excpetions
[pithos] / src / gr / ebs / gss / client / AboutDialog.java
index d27b57f..1adf09e 100644 (file)
@@ -50,9 +50,9 @@ 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>Design and" +\r
-                                       " implementation: <a href='http://www.ebs.gr' " +\r
-                                       "target='about'>EBS</a></p>");\r
+                                       "files in the " + service + " server grid. <p>Version: " +\r
+                                       conf.version() + "<br>Design and implementation: " +\r
+                                       "<a href='http://www.ebs.gr' target='about'>EBS</a></p>");\r
                text.setStyleName("gss-AboutText");\r
                outer.add(text);\r
 \r