diff --git a/main.go b/main.go index 5d43309..5791718 100644 --- a/main.go +++ b/main.go @@ -396,7 +396,7 @@ func (f *TMainForm) OnMenuHelpVersion(sender vcl.IObject) { return } - info := "This version of " + APPNAME + " was compiled with:\n" + info := "This version of " + APPNAME + " was compiled with:\n\n" for _, dep := range bi.Deps { // Filter to only interesting things