Menu

Diff of /trunk/Src/UMessageBox.pas [r918] .. [r919]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/Src/UMessageBox.pas
+++ b/trunk/Src/UMessageBox.pas
@@ -513,8 +513,7 @@
       depends on DlgType is used if no title is specified.
   }
 begin
-  Assert(Length(Buttons) > 0,
-    ClassName + '.Create: Buttons array is empty');
+  Assert(Length(Buttons) > 0, ClassName + '.Create: Buttons array is empty');
   Assert(Assigned(Text) and (Text.Count > 0),
     ClassName + '.Ctreate: No message text provided');
   inherited CreateNew(Owner);
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.