summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-05-18 10:24:20 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2010-05-18 12:05:19 (GMT)
commit69479992d8b4af73481df12e6f052269ae88ccc1 (patch)
treea3b6bc9480983c0d690aee4792296c90dfcdfba7 /src
parentf4492bf01baae353ff63da18a9a602fb3a8058e4 (diff)
downloadQt-69479992d8b4af73481df12e6f052269ae88ccc1.zip
Qt-69479992d8b4af73481df12e6f052269ae88ccc1.tar.gz
Qt-69479992d8b4af73481df12e6f052269ae88ccc1.tar.bz2
Renaming "Qml Launcher" back to "QML Viewer"
Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use).
Diffstat (limited to 'src')
-rw-r--r--src/declarative/QmlChanges.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt
index b1f4f1b..c121a2d 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -23,9 +23,9 @@ The QDeclarativeExpression constructor has changed from
to
QDeclarativeExpression(context, scope, expression, parent = 0)
-QML Launcher
+QML Viewer
------------
-The standalone executable has been renamed to qml launcher. Runtime warnings
+The standalone qml executable has been renamed back to Qml Viewer. Runtime warnings
can be now accessed via the menu (Debugging->Show Warnings).
=============================================================================