]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/utils.cpp
pretend that we support all encodings instead of not supporting any of them under...
[wxWidgets.git] / src / cocoa / utils.cpp
index 6f0cbfae94c614118dfe048a3e76aa8b9384b2bd..822cced0231579c2103890fdaf37ec1076a2c8b6 100644 (file)
@@ -49,13 +49,13 @@ void wxClientDisplayRect(int *x,int *y,int *width,int *height)
         *height=768;
 }
 
-int wxGUIAppTraits::GetOSVersion(int *verMaj, int *verMin)
+wxToolkitInfo& wxGUIAppTraits::GetToolkitInfo()
 {
-    if(verMaj)
-        *verMaj=0;
-    if(verMin)
-        *verMin=0;
-    return 0;
+    static wxToolkitInfo info;
+    info.shortName = _T("cocoa");
+    info.name = _T("wxCocoa");
+    // TODO: Finish this
+    return info;
 }
 
 // Return TRUE if we have a colour display
@@ -84,7 +84,7 @@ void wxBell()
 }
 
 #if 0
-// DFE: These aren't even implemented by wxGTK, and no wxWindows code calls
+// DFE: These aren't even implemented by wxGTK, and no wxWidgets code calls
 // them.  If someone needs them, then they'll get a link error
 
 // Consume all events until no more left