OSDN Git Service

Maemo: Fix user-visible strings.
authorChristian Kandeler <christian.kandeler@nokia.com>
Thu, 14 Oct 2010 13:27:46 +0000 (15:27 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Thu, 14 Oct 2010 13:29:18 +0000 (15:29 +0200)
Capitalization + native separators.

Reviewed-by: kh1
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.ui
src/plugins/qt4projectmanager/qt-maemo/maemorunconfigurationwidget.cpp

index f4a16ed..795021c 100644 (file)
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>471</width>
+    <width>505</width>
     <height>162</height>
    </rect>
   </property>
      <item row="2" column="0">
       <widget class="QLabel" name="packageManagerIconLabel">
        <property name="text">
-        <string>&lt;b&gt;Package Manager Icon:&lt;/b&gt;</string>
+        <string>&lt;b&gt;Package Manager icon:&lt;/b&gt;</string>
        </property>
       </widget>
      </item>
index ff0b935..f5bbb17 100644 (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()