QmlJSDebugger: Corrected some labels

Reviewed-by: Kai Koehne
This commit is contained in:
Thorbjørn Lindeijer
2011-02-24 14:33:47 +01:00
parent 65ff34f315
commit 6d6510139b
2 changed files with 2 additions and 2 deletions

View File

@@ -908,7 +908,7 @@ void QDeclarativeViewObserverPrivate::createToolBox()
QWidget *toolBox = new QWidget(q->declarativeView(), Qt::Tool); QWidget *toolBox = new QWidget(q->declarativeView(), Qt::Tool);
toolBox->setWindowFlags(toolBox->windowFlags() & ~Qt::WindowCloseButtonHint | Qt::CustomizeWindowHint); toolBox->setWindowFlags(toolBox->windowFlags() & ~Qt::WindowCloseButtonHint | Qt::CustomizeWindowHint);
toolBox->setWindowTitle(tr("Quick Toolbox")); toolBox->setWindowTitle(tr("Qt Quick Toolbox"));
toolBox->setLayout(verticalLayout); toolBox->setLayout(verticalLayout);
toolBox->restoreGeometry(settings->value(QLatin1String(KEY_TOOLBOX_GEOMETRY)).toByteArray()); toolBox->restoreGeometry(settings->value(QLatin1String(KEY_TOOLBOX_GEOMETRY)).toByteArray());

View File

@@ -122,7 +122,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="qmlDebuggingLibLabel"> <widget class="QLabel" name="qmlDebuggingLibLabel">
<property name="text"> <property name="text">
<string>Qml Debugging Library:</string> <string>QML Debugging Library:</string>
</property> </property>
</widget> </widget>
</item> </item>