From 4a10d9546b656fe2f4346bdac35363e00c061c68 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 26 Jul 1996 10:21:59 +0000 Subject: [PATCH] fixed bug original commit: e6d011c1518798d74ece649b34bf0e252e4c3f58 --- collects/mred/prefs.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mred/prefs.ss b/collects/mred/prefs.ss index 9cd07e1b..e9998e05 100644 --- a/collects/mred/prefs.ss +++ b/collects/mred/prefs.ss @@ -198,7 +198,7 @@ (set-preference 'mred:file-dialogs (if (send command checked?) 'std 'common))) - "Use platform-specific file dialogs?" (eq? (get-preference 'mred:file-dialogs) 'common)) + "Use platform-specific file dialogs?" (eq? (get-preference 'mred:file-dialogs) 'std)) (make-check (lambda (_ command) (set-preference 'mred:status-line (send command checked?))) "Show clock?" (get-preference 'mred:status-line))