mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
move commas -- no code change
This commit is contained in:
parent
5f657bdfc4
commit
1da2ba7220
1 changed files with 17 additions and 17 deletions
|
@ -113,23 +113,23 @@ public class GameConfigDelegate extends DelegateBase
|
|||
private CommsConnType[] m_types;
|
||||
private String[] m_connStrings;
|
||||
private static final int[] s_disabledWhenLocked
|
||||
= { R.id.juggle_players
|
||||
,R.id.add_player
|
||||
,R.id.lang_spinner
|
||||
,R.id.dict_spinner
|
||||
,R.id.join_public_room_check
|
||||
,R.id.room_edit
|
||||
,R.id.advertise_new_room_check
|
||||
,R.id.room_spinner
|
||||
,R.id.refresh_button
|
||||
,R.id.hints_allowed
|
||||
,R.id.pick_faceup
|
||||
,R.id.boardsize_spinner
|
||||
,R.id.use_timer
|
||||
,R.id.timer_minutes_edit
|
||||
,R.id.smart_robot
|
||||
,R.id.phonies_spinner
|
||||
,R.id.change_connection
|
||||
= { R.id.juggle_players,
|
||||
R.id.add_player,
|
||||
R.id.lang_spinner,
|
||||
R.id.dict_spinner,
|
||||
R.id.join_public_room_check,
|
||||
R.id.room_edit,
|
||||
R.id.advertise_new_room_check,
|
||||
R.id.room_spinner,
|
||||
R.id.refresh_button,
|
||||
R.id.hints_allowed,
|
||||
R.id.pick_faceup,
|
||||
R.id.boardsize_spinner,
|
||||
R.id.use_timer,
|
||||
R.id.timer_minutes_edit,
|
||||
R.id.smart_robot,
|
||||
R.id.phonies_spinner,
|
||||
R.id.change_connection,
|
||||
};
|
||||
|
||||
public GameConfigDelegate( Delegator delegator, Bundle savedInstanceState )
|
||||
|
|
Loading…
Reference in a new issue