From 00987908b07b520bd33c74afcad2a56d755896ef Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 21 May 1999 12:54:29 +0000 Subject: [PATCH] . original commit: d3b3d2dad85977a5e13ec44638fc159cac6dc473 --- collects/framework/icon.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/icon.ss b/collects/framework/icon.ss index ffa5a215..911c6658 100644 --- a/collects/framework/icon.ss +++ b/collects/framework/icon.ss @@ -2,7 +2,7 @@ (import mred-interfaces^) (define icon-path - (with-handlers ([void (lambda (x) (collection-path "system"))]) + (with-handlers ([void (lambda (x) (collection-path "mzlib"))]) (collection-path "icons"))) (define (load-icon name type)