[Lazarus] IDE: on deleting build-modes, I got change in .lpr file

Alexey Tor. aaa5500 at ya.ru
Wed Sep 4 13:32:03 CEST 2019


I deleted 2 build modes, and diff shows that also the .lpr file was 
changed. Space was deleted near the :=.

--- a/app/cudatext.lpr
+++ b/app/cudatext.lpr
@@ -28,7 +28,7 @@ begin
    if Screen.MonitorCount>1 then
      Application.MainFormOnTaskBar:= True;
    {$IFEND}
-  Application.Title:= 'CudaText';
+  Application.Title:='CudaText';
    Application.Scaled:= false;
    RequireDerivedFormResource:= True;
    Application.Initialize;

-- 
Regards,
Alexey



More information about the lazarus mailing list