From 2336b9c279a3d8651e825834e5722ec69478946d Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sun, 22 Feb 2009 23:38:54 +0000 Subject: [PATCH] removed 's world svn: r13795 --- collects/2htdp/private/world.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/2htdp/private/world.ss b/collects/2htdp/private/world.ss index b94a99ef97..94ceb20d58 100644 --- a/collects/2htdp/private/world.ss +++ b/collects/2htdp/private/world.ss @@ -161,7 +161,7 @@ (define/augment (on-close) (callback-stop! 'frame-stop) (custodian-shutdown-all play-back:cust))) - (label (if name (format "~a's World" name) "World")) + (label (if name (format "~a" name) "World")) (stretchable-width #f) (stretchable-height #f) (style '(no-resize-border metal))))