Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 23 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/SaveButton.java

Diff revisions: vs.
  @@ -1,12 +1,11 @@
1 1 package org.litesoft.GWT.client.widgets;
2 2
3 - import com.google.gwt.dom.client.*;
4 3 import com.google.gwt.event.dom.client.*;
5 4
6 5 public class SaveButton extends RegButton
7 6 {
8 7 public SaveButton( ClickHandler pHandler )
9 8 {
10 - super( "Save Progress", "Save Physical Inventory Count", "" , pHandler );
9 + super( "Save Progress", "Save Physical Inventory Count", "", pHandler );
11 10 }
12 11 }