iaupdate/IAD/ui/src/iaupdatemaincontainer.cpp
branchRCL_3
changeset 34 741e5bba2bd1
parent 22 0817e13c927e
equal deleted inserted replaced
28:98a43fae6e2b 34:741e5bba2bd1
   341                     {
   341                     {
   342                     isNSU = ETrue;
   342                     isNSU = ETrue;
   343                     }
   343                     }
   344                 }
   344                 }
   345 
   345 
   346             if ( !size || isNSU )
   346             if ( isNSU )
   347                 {
   347                 {
   348                 //for firmware when size info is not provided by server
   348                 //for NSU firmware 
       
   349                 importanceDescription = StringLoader::LoadLC(
       
   350                                        R_IAUPDATE_UPDATE_WITH_PC );
       
   351                 }
       
   352             else if ( size == 0 )
       
   353                 {
       
   354                 //for FOTA firmware when size info is not provided by server
   349                 importanceDescription = StringLoader::LoadLC(
   355                 importanceDescription = StringLoader::LoadLC(
   350                                                        R_IAUPDATE_DES_CRITICAL_UPDATE_NO_SIZE );
   356                                                        R_IAUPDATE_DES_CRITICAL_UPDATE_NO_SIZE );
   351                 }
   357                 }
   352             else
   358             else
   353                 {
   359                 {