gtk: fix get-directory dialog

original commit: 905594ced3e27eea3b81616c34257482f8576585
This commit is contained in:
Matthew Flatt 2010-10-12 08:00:14 -06:00
parent 7dd7553379
commit a153f1ab6a

View File

@ -72,7 +72,7 @@
(define dlg (gtk_file_chooser_dialog_new
message (and parent (send parent get-gtk))
(case type
[(dir) 'select-directory]
[(dir) 'select-folder]
[(put) 'save]
[else 'open])
"gtk-cancel" 'cancel