diff options
author | Johannes Schickel | 2012-05-31 04:28:09 -0700 |
---|---|---|
committer | Johannes Schickel | 2012-05-31 04:28:09 -0700 |
commit | 72ec77a631ea1a79d7e151d2e33c0cfdac23e7c7 (patch) | |
tree | b55e02a3797e92f1c5dd1b84e6a2704cad04bd33 | |
parent | dfa5405db8c33f91936d022954175799ea54658d (diff) | |
parent | 5de3f9c765ff50ffb386bf62213c882bd5c93cf1 (diff) | |
download | scummvm-rg350-72ec77a631ea1a79d7e151d2e33c0cfdac23e7c7.tar.gz scummvm-rg350-72ec77a631ea1a79d7e151d2e33c0cfdac23e7c7.tar.bz2 scummvm-rg350-72ec77a631ea1a79d7e151d2e33c0cfdac23e7c7.zip |
Merge pull request #241 from fingolfin/osx-spelling
ALL: Correct spelling of "Mac OS X" in various places
-rw-r--r-- | backends/graphics/openglsdl/openglsdl-graphics.cpp | 2 | ||||
-rw-r--r-- | backends/graphics/surfacesdl/surfacesdl-graphics.cpp | 2 | ||||
-rw-r--r-- | common/taskbar.h | 2 | ||||
-rw-r--r-- | common/updates.h | 2 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | dists/scummvm.6 | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/backends/graphics/openglsdl/openglsdl-graphics.cpp b/backends/graphics/openglsdl/openglsdl-graphics.cpp index b37d631c6d..67041ae17b 100644 --- a/backends/graphics/openglsdl/openglsdl-graphics.cpp +++ b/backends/graphics/openglsdl/openglsdl-graphics.cpp @@ -160,7 +160,7 @@ void OpenGLSdlGraphicsManager::detectSupportedFormats() { _hwscreen->format->Rshift, _hwscreen->format->Gshift, _hwscreen->format->Bshift, _hwscreen->format->Ashift); - // Workaround to MacOSX SDL not providing an accurate Aloss value. + // Workaround to SDL not providing an accurate Aloss value on Mac OS X. if (_hwscreen->format->Amask == 0) format.aLoss = 8; diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp index 9631c3c07e..e841ecb834 100644 --- a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp +++ b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp @@ -458,7 +458,7 @@ void SurfaceSdlGraphicsManager::detectSupportedFormats() { _hwscreen->format->Rshift, _hwscreen->format->Gshift, _hwscreen->format->Bshift, _hwscreen->format->Ashift); - // Workaround to MacOSX SDL not providing an accurate Aloss value. + // Workaround to SDL not providing an accurate Aloss value on Mac OS X. if (_hwscreen->format->Amask == 0) format.aLoss = 8; diff --git a/common/taskbar.h b/common/taskbar.h index ba99d4e487..6f28028e74 100644 --- a/common/taskbar.h +++ b/common/taskbar.h @@ -34,7 +34,7 @@ namespace Common { * The TaskbarManager allows interaction with the ScummVM application icon: * - in the taskbar on Windows 7 and later * - in the launcher for Unity - * - in the dock on MacOSX + * - in the dock on Mac OS X * - ... * * This allows GUI code and engines to display a progress bar, an overlay icon and/or count diff --git a/common/updates.h b/common/updates.h index 1e0babdf6d..4d58a216fb 100644 --- a/common/updates.h +++ b/common/updates.h @@ -30,7 +30,7 @@ namespace Common { /** * The UpdateManager allows configuring of the automatic update checking * for systems that support it: - * - using Sparkle on MacOSX + * - using Sparkle on Mac OS X * - using WinSparkle on Windows * * Most of the update checking is completely automated and this class only @@ -835,8 +835,8 @@ Optional Libraries: installed (optional) --disable-fluidsynth disable fluidsynth MIDI driver [autodetect] - --with-sparkle-prefix=DIR Prefix where sparkle is installed (MacOSX only - optional) - --disable-sparkle disable sparkle automatic update support [MacOSX only - autodetect] + --with-sparkle-prefix=DIR Prefix where sparkle is installed (Mac OS X only - optional) + --disable-sparkle disable sparkle automatic update support [Mac OS X only - autodetect] --with-sdl-prefix=DIR Prefix where the sdl-config script is installed (optional) diff --git a/dists/scummvm.6 b/dists/scummvm.6 index b192104684..2075a5c8f5 100644 --- a/dists/scummvm.6 +++ b/dists/scummvm.6 @@ -37,7 +37,7 @@ Output using ALSA sequencer device .It Em amidi Use the MorphOS MIDI system, for MorphOS users .It Em core -CoreAudio sound, for MacOS X users +CoreAudio sound, for Mac OS X users .It Em mt32 MT-32 emulation .It Em null |