From 7a1b57743cd73bfe10a50f3a68d72940a00d5d32 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 25 Oct 2017 10:20:09 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@56184 - --- ide/codetemplatesdlg.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/codetemplatesdlg.pas b/ide/codetemplatesdlg.pas index 98f9faccbb..27341abd2e 100644 --- a/ide/codetemplatesdlg.pas +++ b/ide/codetemplatesdlg.pas @@ -560,7 +560,7 @@ begin end; if not CodeToolBoss.GetValuesOfCaseVariable( SrcEdit.CodeToolsBuffer as TCodeBuffer, - CaretXY.X,CaretXY.Y,List,True) then + CaretXY.X,CaretXY.Y,List) then begin Result:=false; ErrorMsg:=CodeToolBoss.ErrorMessage;