]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/widgets.cpp
Don't set a normal cursor for the frame, set the NULL cursor, else
[wxWidgets.git] / samples / widgets / widgets.cpp
index 4955226402c22bf8c36b0094ba2f2bdc94c16e24..c6069c0bb63504cc2ecfe148340ae92f27d66795 100644 (file)
@@ -205,6 +205,10 @@ bool WidgetsApp::OnInit()
     title += _T("wxMSW");
 #elif defined(__WXGTK__)
     title += _T("wxGTK");
+#elif defined(__WXMAC__)
+    title += _T("wxMAC");
+#elif defined(__WXMOTIF__)
+    title += _T("wxMOTIF");
 #else
     title += _T("wxWindows");
 #endif