diff --git a/applications/lazedit/mrulists.pp b/applications/lazedit/mrulists.pp index fb068df59..b8b08ef1a 100644 --- a/applications/lazedit/mrulists.pp +++ b/applications/lazedit/mrulists.pp @@ -253,7 +253,7 @@ begin Result := False; for i := 0 to FList.Count - 1 do begin - if CompareFileNames(FList.Strings[i], Value, True) = 0 then + if CompareFileNames(FList.Strings[i], Value) = 0 then begin Result := True; Index := i;