diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-11-14 01:45:16 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-11-14 01:45:16 +0000 |
commit | c9c3e5241b3b65c13b9654909df730e748b07436 (patch) | |
tree | de69789fc414ab7bb32f87913e91bef22215f6ff /gpgwin.cpp | |
parent | added correct gpg.exe and upx-compressed gpg.exe and gpg (diff) | |
download | gpg4usb-c9c3e5241b3b65c13b9654909df730e748b07436.tar.gz gpg4usb-c9c3e5241b3b65c13b9654909df730e748b07436.zip |
cleaned up settings dialog and bump version to 0.2.5
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@392 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -69,7 +69,6 @@ GpgWin::GpgWin() loadFile(args[1]); } } -qDebug() << QLibraryInfo::location(QLibraryInfo::TranslationsPath); } void GpgWin::restoreSettings() @@ -515,7 +514,7 @@ void GpgWin::about() "<b>Developer:</b><br>" "Bene, Heimer, Juergen, Nils, Ubbo<br><br>" "<b>Translation:</b><br>" - "Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>" + "Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es), Serse (it) <br><br>" "If you have any questions and/or<br>" "suggestions, contact us at<br>" "gpg4usb at cpunk.de</a><br><br>" |