* About dialog - making it modal.

This commit is contained in:
LevelX2 2014-01-30 08:17:36 +01:00
parent 4ab572bd0e
commit c3e48a0117
2 changed files with 8 additions and 1 deletions

View file

@ -48,7 +48,7 @@ public class AboutDialog extends MageDialog {
public AboutDialog() {
this.setDefaultCloseOperation(DISPOSE_ON_CLOSE);
initComponents();
// this.modal = false;
this.modal = true;
}
public void showDialog(MageVersion version) {