From 5be898f07c4feaaceeecc0159cc142e26a7310bd Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 25 Dec 2017 14:42:27 +0100 Subject: astyle pass --- src/forms/aboutdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/forms/aboutdialog.cpp') diff --git a/src/forms/aboutdialog.cpp b/src/forms/aboutdialog.cpp index 38a5196..25c5384 100644 --- a/src/forms/aboutdialog.cpp +++ b/src/forms/aboutdialog.cpp @@ -2,7 +2,7 @@ * This file is part of smolbote. It's copyrighted by the contributors recorded * in the version control history of the file, available from its original * location: git://neueland.iserlohn-fortress.net/smolbote.git - * + * * SPDX-License-Identifier: GPL-3.0 */ @@ -22,7 +22,7 @@ AboutDialog::AboutDialog(QWidget *parent) : aboutLabel->setWordWrap(true); aboutLabel->setText(tr("

smolbote %1

" "

yet another Qute browser

") - .arg(qApp->applicationVersion())); + .arg(qApp->applicationVersion().left(qApp->applicationVersion().indexOf('-')))); ui->toolBox->addItem(aboutLabel, tr("About")); QLabel *licenseLabel = new QLabel(this); -- cgit v1.2.1