www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6d18708cd85848fe334bcdb97a2b640798f368b5
parent 77a121e1fdce27746c30e8a832a4cdf140744915
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date:   Sun, 11 May 2008 04:46:21 +0000

changed macro stepper icon

svn: r9804

original commit: a65a5a0d9edaa8118d8ea92f07b650391b10f8b6

Diffstat:
Mcollects/macro-debugger/info.ss | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/collects/macro-debugger/info.ss b/collects/macro-debugger/info.ss @@ -1,5 +1,6 @@ #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))))