forked from qt-creator/qt-creator
Maemo: Fix user-visible strings.
Capitalization + native separators. Reviewed-by: kh1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user