Patch #849 2006-02-19 23:43

afb

Mac OS X spelling
Download
849-Mac_OS_X_spelli.patch (477 bytes)
Category
Platform-Specific
Status
Accepted
Close date
2006-02-19 23:58
Assigned to
 
Index: src/src/appglobals.cpp
===================================================================
--- src/src/appglobals.cpp    (revision 2040)
+++ src/src/appglobals.cpp    (arbetskopia)
@@ -27,7 +27,7 @@
 #elif defined(__WXOS2__)
   const wxString g_AppPlatform = _T("OS/2");
 #elif defined(__WXMAC__)
-  const wxString g_AppPlatform = _T("Mac OS/X");
+  const wxString g_AppPlatform = _T("Mac OS X");
 #elif defined(__UNIX__)
   const wxString g_AppPlatform = _T("Linux");
 #else