for Unicode...
original commit: 3f4e12ed29458634f5ff799f36794d20b70dcdb2
This commit is contained in:
parent
ff40faf473
commit
1d885a407c
|
@ -56,7 +56,9 @@
|
|||
(lambda (c) (list (send c red) (send c green) (send c blue)))
|
||||
(lambda (l) (make-object color% (car l) (cadr l) (caddr l))))
|
||||
|
||||
(preferences:set-default 'framework:last-directory (find-system-path 'home-dir) string?)
|
||||
(preferences:set-default 'framework:last-directory (find-system-path 'home-dir) path-string?)
|
||||
(preferences:set-un/marshall 'framework:last-directory path->bytes bytes->path)
|
||||
|
||||
(preferences:set-default 'framework:recent-max-count
|
||||
50
|
||||
(lambda (x) (and (number? x)
|
||||
|
|
Loading…
Reference in New Issue
Block a user