forgot a change in last commit
svn: r7272
This commit is contained in:
parent
4948d38f6a
commit
ce3a3ed91e
|
@ -684,7 +684,8 @@
|
|||
(new menu-item%
|
||||
[label (format "Manage ~a Handin Account..." handin-name)]
|
||||
[parent file-menu]
|
||||
[callback (lambda (m e) (manage-handin-account this))])
|
||||
[callback (lambda (m e)
|
||||
(new manage-handin-dialog% [parent this]))])
|
||||
(when multifile?
|
||||
(new menu-item%
|
||||
[label (format "Submit multiple ~a Files..." handin-name)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user