Error code used with method to check consistency of BT address.

This commit is contained in:
ehouse 2008-01-07 01:18:51 +00:00
parent 174e5a8a9e
commit d7cfc5acdf

View file

@ -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: