diff options
-rw-r--r-- | plugingui/abouttab.cc | 2 |
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()) |