mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
Oops: add new pref color to list restored.
This commit is contained in:
parent
5acc2205be
commit
632acfd171
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ public class PrefsActivity extends PreferenceActivity
|
||||||
R.string.key_clr_crosshairs,
|
R.string.key_clr_crosshairs,
|
||||||
R.string.key_empty,
|
R.string.key_empty,
|
||||||
R.string.key_background,
|
R.string.key_background,
|
||||||
|
R.string.key_clr_bonushint,
|
||||||
};
|
};
|
||||||
for ( int colorKey : colorKeys ) {
|
for ( int colorKey : colorKeys ) {
|
||||||
editor.remove( getString(colorKey) );
|
editor.remove( getString(colorKey) );
|
||||||
|
|
Loading…
Reference in a new issue