summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheMarlboroMan <marlborometal@gmail.com>2020-02-23 17:43:53 +0100
committerTheMarlboroMan <marlborometal@gmail.com>2020-02-23 17:43:53 +0100
commitc57244cbcdeab6e1b10bd0ca3c821f1e745dae39 (patch)
tree8f5b9e6ff3fa4b4d451628d57e7d73c6299c01c5
parentc7683f04e24a05863c9a5cce75fc7101026ef257 (diff)
Some more asinine commits
-rw-r--r--plugingui/abouttab.cc2
1 files changed, 1 insertions, 1 deletions
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())