mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
change key to force new value
fixes what was probably a crash only for me, but....
This commit is contained in:
parent
68db5145ec
commit
76e8876df2
3 changed files with 3 additions and 3 deletions
|
@ -152,7 +152,7 @@ public class XWPrefs {
|
|||
|
||||
public static String getDefaultDictURL( Context context )
|
||||
{
|
||||
return getPrefsString( context, R.string.key_dict_host );
|
||||
return getPrefsString( context, R.string.key_dict_host4 );
|
||||
}
|
||||
|
||||
public static boolean getSquareTiles( Context context )
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<string name="key_update_prerel">key_update_prerel</string>
|
||||
<string name="key_proxy_port">key_proxy_port</string>
|
||||
<string name="key_sms_port">key_sms_port</string>
|
||||
<string name="key_dict_host">key_dict_host4</string>
|
||||
<string name="key_dict_host4">key_dict_host4</string>
|
||||
<string name="key_logging_on">key_logging_on</string>
|
||||
<string name="key_show_sms">key_show_sms</string>
|
||||
<string name="key_init_hintsallowed">key_init_hintsallowed</string>
|
||||
|
|
|
@ -493,7 +493,7 @@
|
|||
/>
|
||||
|
||||
<org.eehouse.android.xw4.XWEditTextPreference
|
||||
android:key="@string/key_dict_host"
|
||||
android:key="@string/key_dict_host4"
|
||||
android:title="@string/dict_host"
|
||||
android:defaultValue="@string/dict_url"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue