fixed a bug int he way the menu for the documentation links was constructed
svn: r8030
This commit is contained in:
parent
0b2b17068d
commit
ae17f72c1d
|
@ -2394,7 +2394,7 @@ If the namespace does not, they are colored the unbound color.
|
||||||
(λ (menu)
|
(λ (menu)
|
||||||
(instantiate menu-item% ()
|
(instantiate menu-item% ()
|
||||||
(parent menu)
|
(parent menu)
|
||||||
(label (format (string-constant cs-view-docs) source-id))
|
(label (format (string-constant cs-view-docs) (syntax-e stx)))
|
||||||
(callback
|
(callback
|
||||||
(λ (x y)
|
(λ (x y)
|
||||||
(send-url (format "file://~a~a"
|
(send-url (format "file://~a~a"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user