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)