Subversion Repository Public Repository

litesoft

Diff Revisions 23 vs 49 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/AbstractClientMainAppEntryPoint.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client;
2 3
3 4 import org.litesoft.GWT.client.widgets.*;
  @@ -54,7 +55,7 @@
54 55 zBodyPanel.addStyleName( "litesoft-LayoutOverflowHidden" );
55 56 zBodyPanel.addStyleName( GWT.isScript() ? "litesoft-RegularMode" : "litesoft-HostedMode" );
56 57 /**
57 - * Add a class to the body element to enable platform-specific CSS rules.
58 + * Add a class to the body element to enable platform-specific CSS rules.
58 59 */
59 60 UserAgent zUserAgent = UserAgent.getInstance();
60 61