From 4c11468ec82ce5103b363a5004b0a16b0d2d7974 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 22 Nov 2012 20:33:58 -0600 Subject: [PATCH] made the install-plt menu item's browse file dialog show files with ".plt" by default. Also, clarified the docs for finder:default-extension closes PR 13104 original commit: 11a5721b59d1400900d67f825470e6ee6f7d6b8a --- collects/framework/main.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/framework/main.rkt b/collects/framework/main.rkt index c383944b..ed52b544 100644 --- a/collects/framework/main.rkt +++ b/collects/framework/main.rkt @@ -486,8 +486,8 @@ (parameter/c string?) extension @{This parameter controls the default extension for the framework's - @racket[finder:put-file] dialog. Its value gets passed as the - @racket[default-extension] argument to @racket[put-file]. + @racket[finder:put-file] and @racket[finder:get-file] dialog. Its value gets passed as the + @racket[_extension] argument to @racket[put-file] and @racket[get-file]. Its default value is @racket[""].})