From 5825451aef1a762bfaeff2d37c09b3790deee7b1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 26 Jun 2018 19:51:52 +0200 Subject: Socket messages are json formatted --- 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 4fb7a27..9136d4a 100644 --- a/lib/about/aboutdialog.cpp +++ b/lib/about/aboutdialog.cpp @@ -50,7 +50,8 @@ AboutDialog::AboutDialog(QWidget *parent) "" "

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

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

Build " SMOLBOTE_BRANCH ":" SMOLBOTE_COMMIT "

" + ui->detailsLabel->setText(tr("

Version " SMOLBOTE_DESCRIBE "

" + "

Build " SMOLBOTE_BRANCH ":" SMOLBOTE_COMMIT "

" "

Compiled with " compiler "

")); } -- cgit v1.2.1