From fcda48e14aee987394e1dbfcd68687ef80f6d2ca Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 18 Jun 2018 12:07:34 +0200 Subject: AddressBar: code cleanup AddressBar: match input for protocol or '.' in addition to url validity --- lib/about/aboutdialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/about') diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index e716217..9b4d3bc 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -53,7 +53,8 @@ AboutDialog::AboutDialog(QWidget *parent) aboutLabel->setWordWrap(true); aboutLabel->setText(tr("

smolbote %1

" "

yet another no-frills browser

" - "

This program is free software, and is built upon other free software: Qt " QT_VERSION_STR " and Boost " BOOST_LIB_VERSION "

") + "

This program is free software, see License for more information.

" + "

This program uses free software: Qt " QT_VERSION_STR " and Boost " BOOST_LIB_VERSION "

") .arg(qApp->applicationVersion())); ui->toolBox->addItem(aboutLabel, tr("About")); -- cgit v1.2.1