fixed bug

original commit: 06e4de8a12c52e7d3803c1a086d50323e7e13725
This commit is contained in:
Robby Findler 1997-08-02 20:35:57 +00:00
parent 2fb859bef8
commit a9962b15bd

View File

@ -235,12 +235,12 @@
(when (file-exists? preferences-filename)
(let ([err
(lambda (input)
(mred:gui-utils:message-box (format "found bad pref: ~n~a" input)
"Preferences"))])
(wx:message-box (format "found bad pref: ~n~a" input)
"Preferences"))])
(let loop ([input (with-handlers
([(lambda (exn) #t)
(lambda (exn)
(mred:gui-utils:message-box
(wx:message-box
(format "Error saving preferences~n~a"
(exn-message exn))
"Error reading preferences")