Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 141 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/nonpublic/AbstractDialog.java

Diff revisions: vs.
  @@ -416,14 +416,6 @@
416 416 }
417 417 }
418 418
419 - public class CancelButton extends RedButton
420 - {
421 - public CancelButton()
422 - {
423 - super( "Cancel", new HideCommand() );
424 - }
425 - }
426 -
427 419 public class HideCommand implements Command
428 420 {
429 421 @Override