From 1f25f012e8f2584c558b91d49c7a511f2d0b62a3 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 23 Mar 2012 22:18:50 +0000 Subject: 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 --- TODO | 3 +++ mainwindow.cpp | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 7598092..f68a1cc 100644 --- a/TODO +++ b/TODO @@ -67,6 +67,9 @@ Release 0.3.3 - Refresh key from keyserver [DONE] - Upload key to keyserver - show message if verify has no valid signature +- exclude translators list from about dialog [DONE] +- prevent utf8 encoding for comments on keygeneration +- set maximum keysize to 16384 Release 0.3.4 - Catch bad passphrase message 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() "Developer:
" "Bene, Heimer, Juergen, Nils, Ubbo

" "Translation:
" - "Viriato/Phol (es),
Serse (it), Russell (my),
Alessandro (pt_br), Kirill (ru), Tom (vi)" - "

" + "%1

" "If you have any questions or suggestions have a look
" "at our " "contact page or send a mail to our
mailing list at" - " gpg4usb@gzehn.de.") + " gpg4usb@gzehn.de.").arg("Viriato/Phol (es),
Serse (it), Russell (my),
Alessandro (pt_br), Kirill (ru), Tom (vi)") + tr("

Built with Qt ") + qVersion() + tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion() +""); -- cgit v1.2.3