added a label for the filename field
svn: r3713 original commit: a5a4d2700223031a7113e9a11cb8371b3c442d58
This commit is contained in:
parent
65745b4f75
commit
01b725dd00
|
@ -598,7 +598,7 @@
|
|||
[(list-box-dclick) (do-enter)]))]))
|
||||
|
||||
(define text
|
||||
(new text-field% [parent this] [label #f]
|
||||
(new text-field% [parent this] [label "Filename:"]
|
||||
[init-value (cond [(path? filename) (path->string filename)]
|
||||
[(string? filename) filename]
|
||||
[else ""])]
|
||||
|
|
Loading…
Reference in New Issue
Block a user