From f273a466b308b86aa78498fbb1a2349e1eff7362 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 4 Feb 2012 20:39:17 +0000 Subject: changed about dialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@793 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mainwindow.cpp') diff --git a/mainwindow.cpp b/mainwindow.cpp index da185c3..36e4e5e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -583,19 +583,20 @@ void MainWindow::about() QString *title = new QString(tr("About ") + qApp->applicationName()); QString *text = new QString("

" + qApp->applicationName() + " " + qApp->applicationVersion() + "

" - + tr("
This application allows simple encryption
" + + tr("
This application allows simple encryption
" "and decryption of text messages or files.
" "It's licensed under the GPL v3

" "Developer:
" "Bene, Heimer, Juergen, Nils, Ubbo

" "Translation:
" - "Alessandro (pt_br), Kirill (ru), Viriato (es), Serse (it)

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

" "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.") - + tr("

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

Built with Qt ") + qVersion() + + tr(" and GPGME ") + GpgME::GpgContext::getGpgmeVersion() +"
"); QDialog *dialog = new QDialog(this); dialog->setWindowTitle(*title); @@ -905,7 +906,6 @@ void MainWindow::openSettingsDialog() qApp->exit(RESTART_CODE); } } - } void MainWindow::cleanDoubleLinebreaks() -- cgit v1.2.3