Doc: replaced Mac OS X with OS X
authorNico Vertriest <nico.vertriest@digia.com>
Thu, 16 Jul 2015 08:29:33 +0000 (10:29 +0200)
committerNico Vertriest <nico.vertriest@digia.com>
Mon, 17 Aug 2015 11:02:16 +0000 (11:02 +0000)
Task-number: QTBUG-40759
Change-Id: I3dd691ec1f17ae3217cb85e6f3e6330114ab7aa3
Reviewed-by: Martin Smith <martin.smith@digia.com>
examples/assistant/doc/src/simpletextviewer.qdoc
src/designer/src/designer/doc/src/designer-manual.qdoc
src/macdeployqt/macdeployqt/main.cpp

index dda039e..b239679 100644 (file)
     To start the process we need the executable name of \QA as well as the
     command line arguments for running \QA in a customized mode. The
     executable name is a little bit tricky since it depends on the
-    platform, but fortunately it is only different on Mac OS X.
+    platform, but fortunately it is only different on OS X.
 
     The displayed documentation can be altered using the \c -collectionFile
     command line argument when launching \QA. When started without any options,
index 6654564..7dd4d52 100644 (file)
     \table
         \header
             \li  Windows XP
-            \li  Mac OS X
+            \li  OS X
             \li  Cleanlooks
         \row
             \li  \inlineimage designer-form-layout-windowsXP.png
index 3cc8f5a..81639f2 100644 (file)
@@ -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;
     }