aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-23 22:18:50 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-23 22:18:50 +0000
commit1f25f012e8f2584c558b91d49c7a511f2d0b62a3 (patch)
tree3a4065152614f353030dff56a788c6f3db99689e /mainwindow.cpp
parentproof of concept for upload key to server (diff)
downloadgpg4usb-1f25f012e8f2584c558b91d49c7a511f2d0b62a3.tar.gz
gpg4usb-1f25f012e8f2584c558b91d49c7a511f2d0b62a3.zip
split up about dialog to keep translator info independend
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@860 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 52f91a8..9f78a08 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -636,12 +636,11 @@ void MainWindow::about()
"<b>Developer:</b><br>"
"Bene, Heimer, Juergen, Nils, Ubbo<br><br>"
"<b>Translation:</b><br>"
- "Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)"
- "<br><br>"
+ "%1<br><br>"
"If you have any questions or suggestions have a look<br/>"
"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>.")
+ " <a href=\"mailto:[email protected]\">[email protected]</a>.").arg("Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)")
+ tr("<br><br> Built with Qt ") + qVersion()
+ tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion() +"</center>");