From fbd743993c4753c1fc9a2d3c84122a963b9da871 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 29 Jan 2002 03:31:33 +0000 Subject: [PATCH] .. original commit: fc8249b05a7bb34e551350bc2b9e09fd89dfbee5 --- collects/framework/private/group.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/private/group.ss b/collects/framework/private/group.ss index 8cab4bcf..df1acb90 100644 --- a/collects/framework/private/group.ss +++ b/collects/framework/private/group.ss @@ -93,7 +93,7 @@ (label (string-constant bring-frame-to-front...)) (parent menu) (callback (lambda (x y) (choose-a-frame (send (send menu get-parent) get-frame)))) - (shortcut #\h)) + (shortcut #\j)) (make-object separator-menu-item% menu) (for-each (lambda (frame)