diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-12-20 07:04:41 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-12-20 07:13:06 (GMT) |
commit | 6b37f71b318445a338c4afe5ba8a5ccaff573518 (patch) | |
tree | 95a5ec2b78fa2757e44485b8f27f0d7b9bb25232 /demos | |
parent | ee4a2417950dc9b411660fa229908619eff956a2 (diff) | |
download | Qt-6b37f71b318445a338c4afe5ba8a5ccaff573518.zip Qt-6b37f71b318445a338c4afe5ba8a5ccaff573518.tar.gz Qt-6b37f71b318445a338c4afe5ba8a5ccaff573518.tar.bz2 |
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')
-rw-r--r-- | demos/declarative/minehunt/minehunt.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/minehunt.qml b/demos/declarative/minehunt/minehunt.qml index eb67b06..88ecd6d 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 } |