summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2011-07-21 11:56:17 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2011-07-21 12:06:21 +0200
commit97ff8236e8a4830fd3c875cb8208d8aba25346d8 (patch)
tree67d15772666d3948a000fb0b1d251a1462dce958 /share
parent8f95fb4996bef2f62d540aeda464d0ab0eced44d (diff)
downloadqt-creator-97ff8236e8a4830fd3c875cb8208d8aba25346d8.tar.gz
QmlDesigner.propertyEditor: fixes name of property
Change-Id: I40861eb2bffa542578d69d4648ae358abea0aa4f Reviewed-on: http://codereview.qt.nokia.com/1937 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml
index 577e364c8d..7492396a3e 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml
@@ -122,10 +122,10 @@ GroupBox {
layout: HorizontalLayout {
Label {text: ""}
CheckBox {
- text: qsTr("Focus on press")
+ text: qsTr("Active focus on press")
baseStateFlag: isBaseState;
checkable: true;
- backendValue: backendValues.focusOnPress;
+ backendValue: backendValues.activeFocusOnPress;
}
}
}