diff --git a/applications/lazedit/mrulists.pp b/applications/lazedit/mrulists.pp index b8489c556..fb068df59 100644 --- a/applications/lazedit/mrulists.pp +++ b/applications/lazedit/mrulists.pp @@ -302,7 +302,6 @@ procedure TMruList.Add(Item: String; const DoNormalizeName: Boolean = False); //If Item is already in the list, then it gets moved to Index = 0 var Index: Integer; begin - Item := Trim(Item); if (FMaxEntries <= 0) or (Item = '') then Exit; Item := ExpandFileName(Item); if DoNormalizeName then Item := GetFileNameOnDisk(Item);