summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/macdeployqt/main.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-07-16 10:29:33 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-08-17 11:02:16 +0000
commite2bcb43fdccf72c12d679ebfd63955bce342d6a7 (patch)
treeb5cc2084e00efee820bf4f0e316166f5e8d3583e /src/macdeployqt/macdeployqt/main.cpp
parent57d043600d7e3b4537891891dfc4c368143c1e21 (diff)
Doc: replaced Mac OS X with OS X
Task-number: QTBUG-40759 Change-Id: I3dd691ec1f17ae3217cb85e6f3e6330114ab7aa3 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/macdeployqt/macdeployqt/main.cpp')
-rw-r--r--src/macdeployqt/macdeployqt/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macdeployqt/macdeployqt/main.cpp b/src/macdeployqt/macdeployqt/main.cpp
index 3cc8f5a8e..81639f233 100644
--- a/src/macdeployqt/macdeployqt/main.cpp
+++ b/src/macdeployqt/macdeployqt/main.cpp
@@ -72,8 +72,8 @@ int main(int argc, char **argv)
qDebug() << "to skip these plugins. Currently two SQL plugins are known to";
qDebug() << "be incompatible: qsqlodbc and qsqlpsql.";
qDebug() << "";
- qDebug() << "See the \"Deploying an Application on Qt/Mac\" topic in the";
- qDebug() << "documentation for more information about deployment on Mac OS X.";
+ qDebug() << "See the \"Deploying Applications on OS X\" topic in the";
+ qDebug() << "documentation for more information about deployment on OS X.";
return 1;
}