From 063619c7e2bd7e9ac3f7f0e0eab49c331a6296e0 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Tue, 13 May 2008 04:55:12 +0000 Subject: [PATCH] made narrow version of macro stepper icon moved icons to standard place svn: r9822 original commit: 42e2611ca10e646f70145f20e1789eb225316378 --- collects/macro-debugger/info.ss | 1 - 1 file changed, 1 deletion(-) diff --git a/collects/macro-debugger/info.ss b/collects/macro-debugger/info.ss index 9309a19..55db6ff 100644 --- a/collects/macro-debugger/info.ss +++ b/collects/macro-debugger/info.ss @@ -1,6 +1,5 @@ #lang setup/infotab (define tools '(["tool.ss"])) -(define tool-icons '("view/icon-small.png")) (define tool-names '("Macro Stepper")) (define scribblings '(("macro-debugger.scrbl" () (tool-library))))