diff --git a/collects/macro-debugger/view/gui.ss b/collects/macro-debugger/view/gui.ss index 6f9949a392..c74beef175 100644 --- a/collects/macro-debugger/view/gui.ss +++ b/collects/macro-debugger/view/gui.ss @@ -699,7 +699,7 @@ ((nonlinearity) (add-nonlinearity-text)) ((localactions) - (add-nonlinearity-text)))) + (add-localactions-text)))) (send this show #t)))