Update ModPatchDialog.java
Fixed ModPatchDialog constructor ignoring continueOnSuccess argument
This commit is contained in:
parent
4bb3a3ddb9
commit
dcec887f17
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class ModPatchDialog extends ProgressDialog implements ModPatchObserver {
|
||||||
|
|
||||||
|
|
||||||
public ModPatchDialog( Frame owner, boolean continueOnSuccess ) {
|
public ModPatchDialog( Frame owner, boolean continueOnSuccess ) {
|
||||||
super( owner, true );
|
super( owner, continueOnSuccess );
|
||||||
this.setTitle( "Patching..." );
|
this.setTitle( "Patching..." );
|
||||||
|
|
||||||
this.setSize( 400, 160 );
|
this.setSize( 400, 160 );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue