diff options
Diffstat (limited to 'lib/about')
-rw-r--r-- | lib/about/aboutdialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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) "</ul>" "<p>This program is distributed in the hope that it will be useful, but without any warranty.</p>")); - ui->detailsLabel->setText(tr("<p>Build " SMOLBOTE_BRANCH ":" SMOLBOTE_COMMIT "</p>" + ui->detailsLabel->setText(tr("<p>Version " SMOLBOTE_DESCRIBE "</p>" + "<p>Build " SMOLBOTE_BRANCH ":" SMOLBOTE_COMMIT "</p>" "<p>Compiled with " compiler "</p>")); } |