From 69035da91bf61a0c7de0b8f65efbc3b1b2cce616 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 3 Dec 2002 20:10:00 +0000 Subject: [PATCH] ... original commit: c20b8142c31c7ab953555d72ba293ccbeb39cb96 --- collects/framework/private/frame.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/private/frame.ss b/collects/framework/private/frame.ss index 74dc83b7..4faae020 100644 --- a/collects/framework/private/frame.ss +++ b/collects/framework/private/frame.ss @@ -2069,7 +2069,7 @@ [(and (mrf-bday?) (send evt button-up?)) (message-box (string-constant drscheme) - "Happy Birthday, Matthew!")] + (string-constant happy-birthday-matthew))] [else (super-on-event evt)])) (super-instantiate ())))