Patch #1431 2006-08-29 18:40

afb

About box thinks that Darwin is Linux
Download
1431-About_box_thin.patch (447 bytes)
Category
Platform-Specific
Status
Closed
Close date
2006-10-06 13:29
Assigned to
 
--- src/src/appglobals.cpp.orig    2006-08-29 20:04:23.000000000 +0200
+++ src/src/appglobals.cpp    2006-08-29 20:23:24.000000000 +0200
@@ -32,6 +32,8 @@
   const wxString g_AppPlatform = _T("OS/2");
 #elif defined(__WXMAC__)
   const wxString g_AppPlatform = _T("Mac OS X");
+#elif defined(__APPLE__)
+  const wxString g_AppPlatform = _T("Darwin");
 #elif defined(__FreeBSD__)
   const wxString g_AppPlatform = _T("FreeBSD");
 #elif defined(__UNIX__)
afb 2006-08-29 18:41

This is for when you build the GTK port on Mac OS X with X11

killerbot 2006-10-06 13:29

applied, thx.