diff --git a/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt b/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt index f40ff53d..85730c48 100644 --- a/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt +++ b/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/queue.rkt @@ -123,7 +123,7 @@ (unless (scheme_register_process_global "Racket-GUI-no-front" #f) (tellv app activateIgnoringOtherApps: #:type _BOOL #t) ;; It may not be that easy... - (when (version-10.6-or-later?) + (when (version-10.7-or-later?) (with-autorelease (import-class NSRunningApplication) (unless (tell #:type _BOOL (tell NSRunningApplication currentApplication) ownsMenuBar)