Maemo: Fix user-visible strings.

Capitalization + native separators.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-10-14 15:27:46 +02:00
parent a30c016189
commit 0346e61489
2 changed files with 4 additions and 3 deletions

View File

@@ -287,7 +287,8 @@ void MaemoRunConfigurationWidget::argumentsEdited(const QString &text)
void MaemoRunConfigurationWidget::updateTargetInformation()
{
m_localExecutableLabel->setText(m_runConfiguration->localExecutableFilePath());
m_localExecutableLabel
->setText(QDir::toNativeSeparators(m_runConfiguration->localExecutableFilePath()));
}
void MaemoRunConfigurationWidget::handleDeploySpecsChanged()