original commit: 77bbac313c5775859709845a3a43564f4f1ef98d
This commit is contained in:
Robby Findler 2005-02-21 15:29:51 +00:00
parent 2fd6eb7201
commit 98923fc7ef
2 changed files with 3 additions and 4 deletions

View File

@ -183,9 +183,7 @@
(make-generic-private-field
'file-menu
'(make-object (get-menu%)
(if (eq? (system-type) 'windows)
(string-constant file-menu-label-windows)
(string-constant file-menu-label-other))
(string-constant file-menu-label)
(get-menu-bar)))
(make-generic-method
'get-edit-menu

View File

@ -17,12 +17,13 @@
remove-child
get-parents
get-parent-links
add-parent
remove-parent
find-shortest-path))
(define-local-member-name get-parent-links)
(provide/contract (add-links
(case->
((is-a?/c graph-snip<%>)