aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/events.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-10-28 17:52:35 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-10-28 17:52:35 -0400
commitef27dd85a00687a8b4a21b56a6ea9170b1c146b5 (patch)
tree6ccfc025cbcf2a1b244880984d4ee74e1bb4998a /core/events.lua
parent0ebbe321af357655d6833f9ca0792b3e212e57f8 (diff)
Rename MAC variable in to OSX in Lua, __OSX__ in C.
Diffstat (limited to 'core/events.lua')
-rw-r--r--core/events.lua2
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)