From 500bc64f7671cfa9dbcfe1c2d808ea67eb0c3a42 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 2 Jul 2018 12:54:32 +0200 Subject: Add --no-remote option --- lib/about/aboutdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/about') diff --git a/lib/about/aboutdialog.cpp b/lib/about/aboutdialog.cpp index 9136d4a..1b427fb 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -51,7 +51,7 @@ AboutDialog::AboutDialog(QWidget *parent) "

This program is distributed in the hope that it will be useful, but without any warranty.

")); ui->detailsLabel->setText(tr("

Version " SMOLBOTE_DESCRIBE "

" - "

Build " SMOLBOTE_BRANCH ":" SMOLBOTE_COMMIT "

" + "

Build " SMOLBOTE_BUILD "

" "

Compiled with " compiler "

")); } -- cgit v1.2.1