forked from qt-creator/qt-creator
Symbian is the term. Also unconditionally reset target names.
Since the target names are translated, we cannot use the saved display name from the user file. Reviewed-by: Tobias Hunger
This commit is contained in:
@@ -346,7 +346,7 @@ void S60DeviceRunConfiguration::updateTarget()
|
||||
if (info.error != Qt4TargetInformation::NoError) {
|
||||
if (info.error == Qt4TargetInformation::ProParserError) {
|
||||
Core::ICore::instance()->messageManager()->printToOutputPane(
|
||||
tr("Could not parse %1. The QtS60 Device run configuration %2 can not be started.")
|
||||
tr("Could not parse %1. The Qt Symbian Device run configuration %2 can not be started.")
|
||||
.arg(m_proFilePath).arg(displayName()));
|
||||
}
|
||||
m_targetName.clear();
|
||||
|
||||
Reference in New Issue
Block a user