wx:find-path
original commit: b99dc7bff10a5ee910a85b3723f9fc1ff087a454
This commit is contained in:
parent
ef957865c6
commit
a70226654f
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user