iaupdate/IAD/ui/src/iaupdateresultsdialog.cpp
changeset 80 9dcba1ee99f7
parent 77 d1838696558c
equal deleted inserted replaced
77:d1838696558c 80:9dcba1ee99f7
    89         buf.append("<br />");
    89         buf.append("<br />");
    90     }
    90     }
    91     
    91     
    92     if (param.iFileInUseError)
    92     if (param.iFileInUseError)
    93     {
    93     {
    94     	buf.append("Close all applications and try again.");
    94     	buf.append(hbTrId("txt_swupdate_info_close_all_applications_and_try_a")); 
    95     	buf.append("<br />");
    95     	buf.append("<br />");
    96     }
    96     }
    97 } 
    97 } 
    98 
    98 
    99 //  End of File  
    99 //  End of File