From e88bdf9e51a05aeb012d529cf2e8109eeb0d18b6 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 18 Aug 2006 21:48:17 +0000 Subject: [PATCH] fixed PR 8229 svn: r4091 original commit: d98140e347404c0306f5395a63f0c2bc0546dc76 --- 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 32ac7c32..b80a4bb0 100644 --- a/collects/framework/private/group.ss +++ b/collects/framework/private/group.ss @@ -105,7 +105,7 @@ (let ([frame (frame-frame frame)]) (make-object menu-item% (regexp-replace* - "&" + #rx"&" (gui-utils:trim-string (get-name frame) 200) "&&") menu