diff --git a/lib/CQT.ahk b/lib/CQT.ahk index 18501f0..4eaa032 100644 --- a/lib/CQT.ahk +++ b/lib/CQT.ahk @@ -113,8 +113,8 @@ class CodeQuickTester ["Indent Selection", (*) => this.Indent()], ["Unindent Selection", (*) => this.Unindent()], [], - ["Include &Relative", (*) => this.IncludeRel()], - ["Include &Absolute", (*) => this.IncludeAbs()], + ["Include &Relative", (*) => this.Include(true)], + ["Include &Absolute", (*) => this.Include()], [], ["Script &Options...", (*) => this.ShowScriptOpts(), ["shell32.dll", 22]], ]],