From fca941d00a8673b2ceb4132035c8e035b47a0601 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 17 Jun 2014 12:54:22 +0200 Subject: Doc: replace "Max OS X" with "OS X" According to Apple naming conventions. Change-Id: I4e7e5334987543118ae18d8547f58d01260f2493 Reviewed-by: Jarek Kobus Reviewed-by: Kai Koehne --- doc/installerfw.qdoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/installerfw.qdoc') diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc index e496df9c4..66d2da285 100644 --- a/doc/installerfw.qdoc +++ b/doc/installerfw.qdoc @@ -42,7 +42,7 @@ The Qt Installer Framework provides a set of tools and utilities to create installers for the supported desktop Qt platforms: Linux, Microsoft - Windows, and Mac OS X. + Windows, and OS X. \note Report bugs and suggestions for the Qt Installer Framework project in the \l{https://bugreports.qt-project.org/browse/QTIFW}{Qt Bugtracker}. @@ -182,12 +182,12 @@ \row \li Icon \li Filename for a custom installer icon. The actual file is looked up by attaching - a '.icns' (Mac OS X), '.ico' (Windows) or '.png' (Unix) suffix. Deprecated, + a '.icns' (OS X), '.ico' (Windows) or '.png' (Unix) suffix. Deprecated, use InstallerApplicationIcon and / or InstallerWindowIcon instead. \row \li InstallerApplicationIcon \li Filename for a custom installer icon. The actual file is looked up by attaching - a '.icns' (Mac OS X), '.ico' (Windows). No functionality on Unix. + a '.icns' (OS X), '.ico' (Windows). No functionality on Unix. \row \li InstallerWindowIcon \li Filename for a custom window icon in PNG format for the Installer application. @@ -621,7 +621,7 @@ \binarycreator.exe -t \installerbase.exe -p -c \ \endcode - \li On Linux and Mac OS X + \li On Linux and OS X \code /binarycreator -t /installerbase -p -c / @@ -639,7 +639,7 @@ \binarycreator.exe -t \installerbase.exe -p -c \ -e \endcode - \li On Linux and Mac OS X + \li On Linux and OS X \code /binarycreator -t /installerbase -p -c / -e @@ -715,7 +715,7 @@ \section2 Using Icons - On Mac OS X, if the target binary is suffixed with .app, a Mac OS X + On OS X, if the target binary is suffixed with .app, a OS X application bundle is created. The icon that you specify in config.xml is extended with .icns and used as the icon for the created bundle. -- cgit v1.2.3