mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
make order in which bonus color prefs are loaded match that in common
code, fixing bug where two were switched.
This commit is contained in:
parent
f04a60c0ea
commit
1b14cb7dd6
1 changed files with 1 additions and 1 deletions
|
@ -88,8 +88,8 @@ public class CommonPrefs {
|
|||
}
|
||||
|
||||
int ids2[] = { R.string.key_bonus_l2x,
|
||||
R.string.key_bonus_l3x,
|
||||
R.string.key_bonus_w2x,
|
||||
R.string.key_bonus_l3x,
|
||||
R.string.key_bonus_w3x,
|
||||
};
|
||||
for ( int ii = 0; ii < ids2.length; ++ii ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue