diff options
author | sigi <sigi@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-26 20:50:11 +0000 |
---|---|---|
committer | sigi <sigi@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-26 20:50:11 +0000 |
commit | ca54d4ff6c18dc6160b157184e4dc546d9db75e6 (patch) | |
tree | ad774fa1cc293ae6209257b5bdccd842ec3f64f6 /gpgwin.cpp | |
parent | added webforks suggestions to TODO (diff) | |
download | gpg4usb-ca54d4ff6c18dc6160b157184e4dc546d9db75e6.tar.gz gpg4usb-ca54d4ff6c18dc6160b157184e4dc546d9db75e6.zip |
edited about-menue
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@246 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -384,17 +384,15 @@ void GpgWin::about() "<center><h2>" + qApp->applicationName() + " " + qApp->applicationVersion() + "</h2></center>" + tr("<center>This Application allows you to do simple<br>" - "encryption/decryption of your text-files.<br>" + "encryption/decryption of your text-message or file.<br>" "It's licensed under the GPL v2.0<br><br>" "<b>Developer:</b><br>" "Bene, Heimer, Juergen, Nils, Ubbo<br><br>" "If you have any questions and/or<br>" "suggestions, contact us at<br>" "gpg4usb at cpunk.de</a><br><br>" - "or feel free to meet us in our channel at<br>" - "gpg4usb at conference.jabber.ccc.de<br><br>" - "and always remember:<br>" - "cpunk is NOT a bot...</center>")); + "or feel free to meet us in our xmpp-channel:<br>" + "gpg4usb at conference.jabber.ccc.de</center>")); } void GpgWin::encrypt() |