diff -r 4785f57bf3d4 -r 03646e8da489 homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsviewappdetailsstate.cpp --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsviewappdetailsstate.cpp Thu May 27 12:46:08 2010 +0300 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsviewappdetailsstate.cpp Fri Jun 11 13:30:16 2010 +0300 @@ -89,14 +89,7 @@ nameLabel->setPlainText(detailMap[CaSoftwareRegistry::componentNameKey()]); versionLabel->setPlainText(detailMap[CaSoftwareRegistry::componentVersionKey()]); supplierLabel->setPlainText(detailMap[CaSoftwareRegistry::componentVendorKey()]); - if(detailMap[CaSoftwareRegistry::componentDriveInfoKey()] == "C:") - memoryLabel->setPlainText(QString("%1 txt_applib_dialog_1_device_memory").arg(detailMap[CaSoftwareRegistry::componentDriveInfoKey()])); - else if (detailMap[CaSoftwareRegistry::componentDriveInfoKey()] == "E:") - memoryLabel->setPlainText(QString("%1 txt_applib_dialog_1_mass_storage").arg(detailMap[CaSoftwareRegistry::componentDriveInfoKey()])); - else if (detailMap[CaSoftwareRegistry::componentDriveInfoKey()] == "F:") - memoryLabel->setPlainText(QString("%1 txt_applib_dialog_1_memory_card").arg(detailMap[CaSoftwareRegistry::componentDriveInfoKey()])); - else - memoryLabel->setPlainText(detailMap[CaSoftwareRegistry::componentDriveInfoKey()]); + memoryLabel->setPlainText(detailMap[CaSoftwareRegistry::componentDriveInfoKey()]); sizeLabel->setPlainText(detailMap[CaSoftwareRegistry::componentSizeKey()]); typeLabel->setPlainText(detailMap[CaSoftwareRegistry::componentTypeKey()]);