app/src/mpmtpinfolink.cpp
changeset 48 af3740e3753f
parent 41 ea59c434026a
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    86  */
    86  */
    87 void MpMtpInfoLink::setMtpInfoText()
    87 void MpMtpInfoLink::setMtpInfoText()
    88 {
    88 {
    89     TX_ENTRY
    89     TX_ENTRY
    90     QString url = MpSettingsManager::instance()->mtpInfoUrl();
    90     QString url = MpSettingsManager::instance()->mtpInfoUrl();
    91     QString text = HbParameterLengthLimiter( "txt_mus_info_please_note_that_using_media_transfer" ).arg( url );
    91     QString text = HbParameterLengthLimiter( hbTrId("txt_mus_info_note_that_using_nokia_ovi_suite_mode") ).arg( url );
    92     QString htmlLink = "<a href=\"" + url + "\">" + url + "</a>" ;
    92     QString htmlLink = "<a href=\"" + url + "\">" + url + "</a>" ;
    93     text.replace( url, htmlLink );
    93     text.replace( url, htmlLink );
    94     text = "<p>" + text + "</p>" ;
    94     text = "<p>" + text + "</p>" ;
    95     setHtml( text );
    95     setHtml( text );
    96     TX_EXIT
    96     TX_EXIT