diff options
Diffstat (limited to 'aboutdialog.cpp')
-rwxr-xr-x | aboutdialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aboutdialog.cpp b/aboutdialog.cpp index 8186a7e..190dc9f 100755 --- a/aboutdialog.cpp +++ b/aboutdialog.cpp @@ -20,6 +20,7 @@ */ #include "aboutdialog.h" +#include "version.h" AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent) @@ -50,6 +51,7 @@ InfoTab::InfoTab(QWidget *parent) QPixmap *pixmap = new QPixmap(":gpg4usb-logo.png"); QString *text = new QString("<center><h2>" + qApp->applicationName() + " " + qApp->applicationVersion() + "</h2></center>" + + "<center><em>Build: " + QString::number(Version::BUILD) + " - Revision:" + QString::number(Version::REVISION) + "</em></center>" + tr("<center>This application allows simple encryption <br>" "and decryption of text messages or files.<br>" "It's licensed under the GPL v3<br><br>" |