mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
change default dict download url so new set can coexist with old and
get picked up only by new release that can handle it.
This commit is contained in:
parent
65ea075102
commit
a1c96b5601
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
<string name="key_relay_port">key_relay_port2</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_host</string>
|
||||
<string name="key_dict_host">key_dict_host2</string>
|
||||
<string name="key_board_size">key_board_size</string>
|
||||
<string name="key_initial_player_minutes">key_initial_player_minutes</string>
|
||||
<string name="key_default_dict">key_default_dict</string>
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
<!-- other -->
|
||||
<string name="default_host">eehouse.org</string>
|
||||
<string name="dict_url">http://eehouse.org/and_dicts</string>
|
||||
<string name="dict_url">http://eehouse.org/and_dicts_hh</string>
|
||||
<!--string name="dict_url">http://10.0.2.2/~eehouse/and_dicts</string-->
|
||||
|
||||
<string-array name="board_sizes">
|
||||
|
|
Loading…
Add table
Reference in a new issue