From c57244cbcdeab6e1b10bd0ca3c821f1e745dae39 Mon Sep 17 00:00:00 2001 From: TheMarlboroMan Date: Sun, 23 Feb 2020 17:43:53 +0100 Subject: Some more asinine commits --- plugingui/abouttab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/abouttab.cc b/plugingui/abouttab.cc index a04fac2..960a321 100644 --- a/plugingui/abouttab.cc +++ b/plugingui/abouttab.cc @@ -98,7 +98,7 @@ std::string AboutTab::getAboutText() //This will casually add an extra newline at the end of License. return builder.add("About", about.data()) - .add("Version", std::string(VERSION)+"\n") + .add("Version", std::string(VERSION)) .add("Bugs", bugs.data()) .add("Authors", UTF8().toLatin1(authors.data())) .add("License", gpl.data()) -- cgit v1.2.3