mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
Error code used with method to check consistency of BT address.
This commit is contained in:
parent
174e5a8a9e
commit
d7cfc5acdf
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:
|
case ERR_REG_SERVER_SANS_REMOTE:
|
||||||
strID = STR_REG_NEED_REMOTE;
|
strID = STR_REG_NEED_REMOTE;
|
||||||
break;
|
break;
|
||||||
|
case STR_NEED_BT_HOST_ADDR:
|
||||||
|
strID = STR_REG_BT_NEED_HOST;
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
case ERR_CANT_TRADE_MID_MOVE:
|
case ERR_CANT_TRADE_MID_MOVE:
|
||||||
|
|
Loading…
Reference in a new issue