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