diff options
Diffstat (limited to 'examples/tclex.nim')
-rwxr-xr-x | examples/tclex.nim | 2 |
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: |