Macro stepper: clarified msgbox title for internal hiding error

svn: r5580
This commit is contained in:
Ryan Culpepper 2007-02-09 09:50:49 +00:00
parent 89bcea0a46
commit b16ccdb563

View File

@ -691,7 +691,7 @@
(define/private (disable-hiding) (define/private (disable-hiding)
(message-box (message-box
"Macro Debugger" "Macro Debugger Internal Error"
(string-append (string-append
"This expansion triggers an error in the macro hiding code. " "This expansion triggers an error in the macro hiding code. "
"Trying again with macro hiding disabled.")) "Trying again with macro hiding disabled."))