wrong check for the result of system-type
original commit: 171858add12c3f801b08beba6f32025283d477d7
This commit is contained in:
parent
ea717ae364
commit
96db7de80c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user