Subversion Repository Public Repository

litesoft

Diff Revisions 137 vs 142 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/NextButton.java

Diff revisions: vs.
  @@ -10,7 +10,7 @@
10 10
11 11 public static DefButtonNamedTypedFactory factory( String pText )
12 12 {
13 - return new DefButtonNamed( NAME ).green().text( pText ).postImageWidth( 12 ).customStyle( NAME );
13 + return new DefButtonNamed( NAME ).green().postImageWidth( 12 ).text( pText ).customStyle( NAME );
14 14 }
15 15
16 16 public static DefButtonNamedTypedFactory factory()