summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-06-24 17:44:23 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-06-24 17:44:23 (GMT)
commit2b61fd0d8720bf34ce7f2d4124fbac0ad306090e (patch)
tree34eed54f83ec673b365042cbcace553a577c1664
parent4f51c89ebdd15d5131b789070384a6ab062073a7 (diff)
downloadQt-2b61fd0d8720bf34ce7f2d4124fbac0ad306090e.zip
Qt-2b61fd0d8720bf34ce7f2d4124fbac0ad306090e.tar.gz
Qt-2b61fd0d8720bf34ce7f2d4124fbac0ad306090e.tar.bz2
Expand on warning message
-rw-r--r--demos/qtdemo/qmlShell.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/qtdemo/qmlShell.qml b/demos/qtdemo/qmlShell.qml
index 5c5f96c..f168ccc 100644
--- a/demos/qtdemo/qmlShell.qml
+++ b/demos/qtdemo/qmlShell.qml
@@ -130,7 +130,7 @@ Item {
textFormat: Text.RichText
//Note that if loader is Error, it is because the file was found but there was an error creating the component
//This means either we have a bug in our demos, or the required modules (which ship with Qt) did not deploy correctly
- text: "The example has failed to load.<br />If you installed Qt's QML modules this is a bug!<br />"
+ text: "The example has failed to load.<br />If you installed all Qt's C++ and QML modules then this is a bug!<br />"
+ 'Report it at <a href="http://bugreports.qt.nokia.com">http://bugreports.qt.nokia.com</a>';
onLinkActivated: Qt.openUrlExternally(link);
}