aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gen_iface.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-02-23 12:37:51 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-02-23 12:37:51 -0500
commita9c0e81a2cbb6a0f2eca6fc058b16948ede79c72 (patch)
tree81a5896c91f9c59f0811dc2f8370c29c5021d69c /scripts/gen_iface.lua
parent24ce576bb45d53429d17feb18cda3d0eb430f6c4 (diff)
Updated to use Scintillua 2.03.
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-xscripts/gen_iface.lua2
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()