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

--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to