mpxplugins/viewplugins/views/waitnotedialog/src/mpxmtpdialog.cpp
branchRCL_3
changeset 50 26a1709b9fec
parent 0 ff3acec5bc43
equal deleted inserted replaced
49:455f89b7fcc5 50:26a1709b9fec
    80     {
    80     {
    81     // CBA
    81     // CBA
    82     SetCBAL( R_AVKON_SOFTKEYS_EMPTY );
    82     SetCBAL( R_AVKON_SOFTKEYS_EMPTY );
    83 
    83 
    84     // Text
    84     // Text
    85     HBufC* text = StringLoader::LoadLC( R_MPX_USB_CONNECTION_IN_PROGRESS );
    85     HBufC* text = StringLoader::LoadLC( R_MPX_MTP_TRANSFER_IN_PROGRESS );
    86     SetTextL( *text );
    86     SetTextL( *text );
    87     CleanupStack::PopAndDestroy( text );
    87     CleanupStack::PopAndDestroy( text );
    88 
    88 
    89     // Icon
    89     // Icon
    90     TNoteIconInfo icon( (TInt)EMbmAvkonQgn_note_progress,
    90     TNoteIconInfo icon( (TInt)EMbmAvkonQgn_note_progress,