forked from External/mage
* new Table - Save and restore number and type of players.
This commit is contained in:
parent
17df6bfff0
commit
8ed26a1fe8
3 changed files with 37 additions and 5 deletions
|
|
@ -124,6 +124,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
public static final String KEY_NEW_TABLE_RANGE = "newTableRange";
|
||||
public static final String KEY_NEW_TABLE_ATTACK_OPTION = "newTableAttackOption";
|
||||
public static final String KEY_NEW_TABLE_NUMBER_PLAYERS = "newTableNumberPlayers";
|
||||
public static final String KEY_NEW_TABLE_PLAYER_TYPES = "newTablePlayerTypes";
|
||||
|
||||
// pref setting for new tournament dialog
|
||||
public static final String KEY_NEW_TOURNAMENT_NAME = "newTournamentName";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue