[Scummvm-cvs-logs] SF.net SVN: scummvm:[46480] tools/branches/gsoc2009-gui/gui/main.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Dec 22 13:35:28 CET 2009


Revision: 46480
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46480&view=rev
Author:   fingolfin
Date:     2009-12-22 12:35:28 +0000 (Tue, 22 Dec 2009)

Log Message:
-----------
Fix for bug #2919303: GUI Tools: does not compile on MacOS X 10.6

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/gui/main.cpp

Modified: tools/branches/gsoc2009-gui/gui/main.cpp
===================================================================
--- tools/branches/gsoc2009-gui/gui/main.cpp	2009-12-22 12:34:27 UTC (rev 46479)
+++ tools/branches/gsoc2009-gui/gui/main.cpp	2009-12-22 12:35:28 UTC (rev 46480)
@@ -235,7 +235,7 @@
 	wxMenuBar *menubar = new wxMenuBar();
 
 #ifdef __WXMAC__
-	wxApp::s_macHelpMenuTitleName = "Help";
+	wxApp::s_macHelpMenuTitleName = wxT("Help");
 #endif 
 
 	// Name of this seems really inappropriate


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list