summary refs log tree commit diff stats
path: root/examples/tclex.nim
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tclex.nim')
-rwxr-xr-xexamples/tclex.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tclex.nim b/examples/tclex.nim
index 8abdb7d9c..83e4bed00 100755
--- a/examples/tclex.nim
+++ b/examples/tclex.nim
@@ -14,7 +14,7 @@ bind .e <Return> {
 }  
 """
 
-FindExecutable(getApplicationFilename())
+FindExecutable(getAppFilename())
 var interp = CreateInterp()
 if interp == nil: quit("cannot create TCL interpreter")
 if Init(interp) != TCL_OK: