mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
Error code used with method to check consistency of BT address.
This commit is contained in:
parent
3de08b9908
commit
e9ac7f53c4
1 changed files with 3 additions and 0 deletions
|
@ -3648,6 +3648,9 @@ palm_util_userError( XW_UtilCtxt* uc, UtilErrID id )
|
|||
case ERR_REG_SERVER_SANS_REMOTE:
|
||||
strID = STR_REG_NEED_REMOTE;
|
||||
break;
|
||||
case STR_NEED_BT_HOST_ADDR:
|
||||
strID = STR_REG_BT_NEED_HOST;
|
||||
break;
|
||||
#endif
|
||||
|
||||
case ERR_CANT_TRADE_MID_MOVE:
|
||||
|
|
Loading…
Reference in a new issue