diff --git a/collects/macro-debugger/tool.ss b/collects/macro-debugger/tool.ss index c899506ccf..3c1414dc2b 100644 --- a/collects/macro-debugger/tool.ss +++ b/collects/macro-debugger/tool.ss @@ -53,7 +53,8 @@ (new button% (label (make-bitmap-label "Macro Stepper" - (build-path (collection-path "skipper") + (build-path (collection-path "macro-debugger") + "view" "icon-small.png"))) (parent macro-debug-panel) (callback (lambda (button event) (execute #t))))) diff --git a/collects/macro-debugger/view/icon-small.png b/collects/macro-debugger/view/icon-small.png new file mode 100644 index 0000000000..6d2a92389f Binary files /dev/null and b/collects/macro-debugger/view/icon-small.png differ