diff --git a/collects/macro-debugger/info.ss b/collects/macro-debugger/info.ss index 55db6ff945..9309a19657 100644 --- 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)))) diff --git a/collects/macro-debugger/view/icon-small.png b/collects/macro-debugger/view/icon-small.png index 199df5af01..15a3119621 100644 Binary files a/collects/macro-debugger/view/icon-small.png and b/collects/macro-debugger/view/icon-small.png differ