mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
set a default value that actually exists
This commit is contained in:
parent
b4c1710c66
commit
db3c4da01f
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
|||
android:title="@string/connect_frequency"
|
||||
android:entries="@array/connect_frequencies"
|
||||
android:entryValues="@array/connect_frequencies_values"
|
||||
android:defaultValue="60"
|
||||
android:defaultValue="900"
|
||||
/>
|
||||
</PreferenceScreen>
|
||||
|
||||
|
|
Loading…
Reference in a new issue