Macro stepper: clarified msgbox title for internal hiding error
svn: r5580
This commit is contained in:
parent
89bcea0a46
commit
b16ccdb563
|
@ -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."))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user