]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/utils.cpp
Stubbed wxToolTip implementation to get code that uses it building.
[wxWidgets.git] / src / osx / carbon / utils.cpp
index 70304470394b2d1ac226d2a7b3b37b4d6431e016..e1dd4bcf7d27a4830cb83646c5a6d519a3e71fde 100644 (file)
@@ -62,7 +62,7 @@ void wxBell()
     else
 #endif
 #if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
-        SysBeep(30);
+        AlertSoundPlay();
 #else
     {
     }