Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/BGImage16x16Button.java

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets;
3 -
4 - import com.google.gwt.event.dom.client.*;
5 -
6 - public abstract class BGImage16x16Button extends BGImageButton {
7 - protected BGImage16x16Button( String pButtonName, String pEnabledToolTip, String pDisabledToolTip, ClickHandler pClickHandler ) {
8 - super( pButtonName, 16, 16, pEnabledToolTip, pDisabledToolTip, pClickHandler );
9 - }
10 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets;
3 +
4 + import com.google.gwt.event.dom.client.*;
5 +
6 + public abstract class BGImage16x16Button extends BGImageButton {
7 + protected BGImage16x16Button( String pButtonName, String pEnabledToolTip, String pDisabledToolTip, ClickHandler pClickHandler ) {
8 + super( pButtonName, 16, 16, pEnabledToolTip, pDisabledToolTip, pClickHandler );
9 + }
10 + }