.
original commit: 1a68ab9bf6811967a3ea6bfd9b9cb19e572c58ac
This commit is contained in:
parent
b86f4f8ff6
commit
67c2782508
|
@ -5807,6 +5807,14 @@
|
|||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;; Initialize AFM path:
|
||||
(with-handlers ([not-break-exn? void])
|
||||
(let ([pss (wx:current-ps-setup)])
|
||||
(unless (send pss get-afm-path)
|
||||
(send pss set-afm-path (collection-path "afm")))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(wx:set-dialogs get-file put-file get-ps-setup-from-user message-box)
|
||||
|
||||
(define-syntax propagate
|
||||
|
|
Loading…
Reference in New Issue
Block a user