[Scummvm-cvs-logs] scummvm master -> 5825ccc16865b9c60d2587b31c50d2ebcc9bab67

clone2727 clone2727 at gmail.com
Wed Jul 13 15:49:32 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5825ccc168 BACKENDS: Fix spelling of 'Mac OS X'


Commit: 5825ccc16865b9c60d2587b31c50d2ebcc9bab67
    https://github.com/scummvm/scummvm/commit/5825ccc16865b9c60d2587b31c50d2ebcc9bab67
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-07-13T06:47:03-07:00

Commit Message:
BACKENDS: Fix spelling of 'Mac OS X'

Changed paths:
    backends/platform/sdl/macosx/macosx.cpp



diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp
index 4b3d000..ddfc995 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






More information about the Scummvm-git-logs mailing list