diff options
Diffstat (limited to 'core/events.lua')
-rw-r--r-- | core/events.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/events.lua b/core/events.lua index a7068dcd..2157f58d 100644 --- a/core/events.lua +++ b/core/events.lua @@ -427,7 +427,7 @@ connect('quit', return true end) -if MAC then +if OSX then connect('appleevent_odoc', function(uri) return emit('uri_dropped', 'file://'..uri) end) |