summaryrefslogtreecommitdiff
path: root/demos/declarative
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-12-20 17:04:41 +1000
committerJoona Petrell <joona.t.petrell@nokia.com>2010-12-20 17:13:06 +1000
commit6b37f71b318445a338c4afe5ba8a5ccaff573518 (patch)
tree95a5ec2b78fa2757e44485b8f27f0d7b9bb25232 /demos/declarative
parentee4a2417950dc9b411660fa229908619eff956a2 (diff)
downloadqt4-tools-6b37f71b318445a338c4afe5ba8a5ccaff573518.tar.gz
Update Minehunt demo warning message
The message was talking about a C++ plugin when the demo is nowadays in a form of a standalone executable. Task-number: Reviewed-by: Bea Lam
Diffstat (limited to 'demos/declarative')
-rw-r--r--demos/declarative/minehunt/minehunt.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/minehunt.qml b/demos/declarative/minehunt/minehunt.qml
index eb67b06b6a..88ecd6dbc9 100644
--- a/demos/declarative/minehunt/minehunt.qml
+++ b/demos/declarative/minehunt/minehunt.qml
@@ -104,7 +104,7 @@ Item {
anchors.centerIn: parent; width: parent.width - 20
horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WordWrap
- text: "Minehunt will not run properly if the C++ plugin is not compiled.\n\nPlease see README."
+ text: "Minehunt demo has to be compiled to run.\n\nPlease see README."
color: "white"; font.bold: true; font.pixelSize: 14
visible: tiles == undefined
}