wrong check for the result of system-type

original commit: 171858add12c3f801b08beba6f32025283d477d7
This commit is contained in:
Robby Findler 2011-09-02 08:57:28 -05:00
parent ea717ae364
commit 96db7de80c

View File

@ -265,7 +265,7 @@
'(λ (item control) (when (can-close?) (on-close) (show #f)) #t)
#\w
'(get-default-shortcut-prefix)
'(if (eq? (system-type) 'linux)
'(if (eq? (system-type) 'unix)
(string-constant close-menu-item)
(string-constant close-window-menu-item))
on-demand-do-nothing