javaextensions/wma/sms_cbs/javasrc/com/nokia/mj/impl/sms/SMSPermissionImpl.java
branchRCL_3
changeset 23 e5618cc85d74
parent 21 4376525cdefb
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
    82             if (formattedDestination.startsWith("+"))
    82             if (formattedDestination.startsWith("+"))
    83             {
    83             {
    84                 formattedDestination = iDestination.substring(1);
    84                 formattedDestination = iDestination.substring(1);
    85                 prefix = "+";
    85                 prefix = "+";
    86             }
    86             }
    87             formattedDestination = Formatter.formatDigits(formattedDestination) 
    87             formattedDestination = prefix + Formatter.formatDigits(formattedDestination);
    88                 + prefix;
       
    89             if (iNumberOfSegments > 1)
    88             if (iNumberOfSegments > 1)
    90             {
    89             {
    91                 return (SecurityPromptMessage.getInstance()).getText(
    90                 return (SecurityPromptMessage.getInstance()).getText(
    92                            SecurityPromptMessage.QUESTION_ID_SMS_SENDING,
    91                            SecurityPromptMessage.QUESTION_ID_SMS_SENDING,
    93                            new Object[] {new Integer(iNumberOfSegments),
    92                            new Object[] {new Integer(iNumberOfSegments),