diff options
author | 2010-10-28 17:52:35 -0400 | |
---|---|---|
committer | 2010-10-28 17:52:35 -0400 | |
commit | ef27dd85a00687a8b4a21b56a6ea9170b1c146b5 (patch) | |
tree | 6ccfc025cbcf2a1b244880984d4ee74e1bb4998a /themes/dark | |
parent | 0ebbe321af357655d6833f9ca0792b3e212e57f8 (diff) | |
download | textadept-ef27dd85a00687a8b4a21b56a6ea9170b1c146b5.tar.gz textadept-ef27dd85a00687a8b4a21b56a6ea9170b1c146b5.zip |
Rename MAC variable in to OSX in Lua, __OSX__ in C.
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/lexer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua index 9e8fa9e9..5338747e 100644 --- a/themes/dark/lexer.lua +++ b/themes/dark/lexer.lua @@ -41,7 +41,7 @@ local font_face = '!Bitstream Vera Sans Mono' local font_size = 10 if WIN32 then font_face = '!Courier New' -elseif MAC then +elseif OSX then font_face = '!Monaco' font_size = 12 end |