adjusted terminology in the GUI
svn: r513
This commit is contained in:
parent
05848a6df0
commit
6a6774d336
|
@ -247,7 +247,9 @@
|
|||
[(#t #f)
|
||||
(let ([menu (make-object popup-menu% #f)])
|
||||
(make-object menu-item%
|
||||
"Toggle breakpoint"
|
||||
(if break-status
|
||||
"Remove pause at this point"
|
||||
"Pause at this point")
|
||||
menu
|
||||
(lambda (item evt)
|
||||
(hash-table-put! breakpoints pos (not break-status))
|
||||
|
@ -284,7 +286,7 @@
|
|||
(eval-string tmp)))
|
||||
list))))))))))
|
||||
(make-object menu-item%
|
||||
"Run up to this location"
|
||||
"Continue to this point"
|
||||
menu
|
||||
(lambda (item evt)
|
||||
(hash-table-put!
|
||||
|
|
Loading…
Reference in New Issue
Block a user