Subversion Repository Public Repository

litesoft

Diff Revisions 142 vs 500 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().postImageWidth( 12 ).text( pText ).customStyle( NAME );
13 + return new DefButtonNamed( NAME ).green().postImageWidth( 12 ).text( pText );
14 14 }
15 15
16 16 public static DefButtonNamedTypedFactory factory()