diff options
Diffstat (limited to 'aboutdialog.cpp')
-rwxr-xr-x | aboutdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aboutdialog.cpp b/aboutdialog.cpp index 68d79b7..824483f 100755 --- a/aboutdialog.cpp +++ b/aboutdialog.cpp @@ -59,7 +59,7 @@ InfoTab::InfoTab(QWidget *parent) "at our <a href=\"http://gpg4usb.cpunk.de/contact.php\">" "contact page</a> or send a mail to our<br/> mailing list at" " <a href=\"mailto:[email protected]\">[email protected]</a>.") + tr("<br><br> Built with Qt ") + qVersion() - + tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion() +"</center>"); + + "</center>"); QGridLayout *layout = new QGridLayout(); QLabel *pixmapLabel = new QLabel(); |