From f8a0c3d50c90873dcb3974c8763a87a9d57874da Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 9 Sep 1999 20:20:13 +0000 Subject: [PATCH] ... original commit: e0a41b980fe3e7d24275a8fcad0b2fc224e5ac51 --- 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 88a0723d..07f64bba 100644 --- a/collects/framework/icon.ss +++ b/collects/framework/icon.ss @@ -34,7 +34,7 @@ (define-values (get-unlock-bitmap) (load-bitmap "unlock.gif" 'gif)) (define get-autowrap-bitmap (load-icon "return.xbm" 'xbm)) - (define get-paren-highlight-bitmap (load-icon "paren.bmp" 'bmp)) + (define get-paren-highlight-bitmap (load-icon "paren.xbm" 'xbm)) (define (make-get/mask filename type) (let ([icon #f]