diff options
author | Matthew Hoops | 2011-07-13 09:47:03 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-07-13 09:47:03 -0400 |
commit | 5825ccc16865b9c60d2587b31c50d2ebcc9bab67 (patch) | |
tree | aedf9b7eda846e029d53f36627e72fc057bbf1f8 /backends/platform/sdl | |
parent | 554dda7008d905d47420c495481e796c4059772e (diff) | |
download | scummvm-rg350-5825ccc16865b9c60d2587b31c50d2ebcc9bab67.tar.gz scummvm-rg350-5825ccc16865b9c60d2587b31c50d2ebcc9bab67.tar.bz2 scummvm-rg350-5825ccc16865b9c60d2587b31c50d2ebcc9bab67.zip |
BACKENDS: Fix spelling of 'Mac OS X'
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/macosx/macosx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp index 4b3d000d34..ddfc99570a 100644 --- a/backends/platform/sdl/macosx/macosx.cpp +++ b/backends/platform/sdl/macosx/macosx.cpp @@ -60,7 +60,7 @@ void OSystem_MacOSX::initBackend() { TransMan.setLanguage(ConfMan.get("gui_language").c_str()); #endif // USE_TRANSLATION - // Replace the SDL generated menu items with our own translated ones on Mac-OSX + // Replace the SDL generated menu items with our own translated ones on Mac OS X replaceApplicationMenuItems(); // Invoke parent implementation of this method |