diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-06-24 17:44:23 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-06-24 17:44:23 (GMT) |
commit | 2b61fd0d8720bf34ce7f2d4124fbac0ad306090e (patch) | |
tree | 34eed54f83ec673b365042cbcace553a577c1664 /demos | |
parent | 4f51c89ebdd15d5131b789070384a6ab062073a7 (diff) | |
download | Qt-2b61fd0d8720bf34ce7f2d4124fbac0ad306090e.zip Qt-2b61fd0d8720bf34ce7f2d4124fbac0ad306090e.tar.gz Qt-2b61fd0d8720bf34ce7f2d4124fbac0ad306090e.tar.bz2 |
Expand on warning message
Diffstat (limited to 'demos')
-rw-r--r-- | demos/qtdemo/qmlShell.qml | 2 |
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); } |