wx:find-path

original commit: b99dc7bff10a5ee910a85b3723f9fc1ff087a454
This commit is contained in:
Matthew Flatt 1997-02-10 17:29:12 +00:00
parent ef957865c6
commit a70226654f

View File

@ -14,12 +14,15 @@
(mred:debug:printf 'invoke "mred:preferences@")
(define preferences-filename (wx:find-path 'pref-file))
#|
(define preferences-filename
(build-path (wx:find-directory 'pref)
(case wx:platform
[(unix) ".mred.prefs"]
[(macintosh) "MrEd Preferences"]
[else "mred.pre"])))
|#
(define preferences (make-hash-table))
(define marshall-unmarshall (make-hash-table))