diff options
author | 2010-02-23 12:37:51 -0500 | |
---|---|---|
committer | 2010-02-23 12:37:51 -0500 | |
commit | a9c0e81a2cbb6a0f2eca6fc058b16948ede79c72 (patch) | |
tree | 81a5896c91f9c59f0811dc2f8370c29c5021d69c /scripts/gen_iface.lua | |
parent | 24ce576bb45d53429d17feb18cda3d0eb430f6c4 (diff) | |
download | textadept-a9c0e81a2cbb6a0f2eca6fc058b16948ede79c72.tar.gz textadept-a9c0e81a2cbb6a0f2eca6fc058b16948ede79c72.zip |
Updated to use Scintillua 2.03.
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-x | scripts/gen_iface.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index f95eeebd..aa5f8c33 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -1,7 +1,7 @@ #!/usr/bin/lua -- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -local f = io.open('../../scite-tools/branches/scite-st/src/scite/src/IFaceTable.cxx') +local f = io.open('../../scintillua/scite/src/IFaceTable.cxx') local contents = f:read('*all') f:close() |