[deck.editor] fixes.

This commit is contained in:
magenoxx 2011-05-11 20:30:03 +04:00
parent 560346251d
commit 50b60c0c19
3 changed files with 28 additions and 8 deletions

View file

@ -75,6 +75,7 @@ public class NewTournamentDialog extends MageDialog {
/** Creates new form NewTournamentDialog */
public NewTournamentDialog() {
initComponents();
txtName.setText("Tournament");
}
public void showDialog(UUID roomId) {