]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/app.cpp
A fix for attribrute sorting, but it's still broken if there are
[wxWidgets.git] / src / mac / carbon / app.cpp
index 8ad21ed77879e50abd52277b912d90a29471bd67..efd601293271c43b9aa5b887cb55d64a7ddad87e 100644 (file)
@@ -138,6 +138,7 @@ pascal OSErr AEHandleQuit( const AppleEvent *event , AppleEvent *reply , unsigne
 
 OSErr wxApp::MacHandleAEODoc(const AppleEvent *event , AppleEvent *reply)
 {
+    SysBeep(40) ;
        ProcessSerialNumber PSN ;
        PSN.highLongOfPSN = 0 ;
        PSN.lowLongOfPSN = kCurrentProcess ;