From 6deec9eef945b9b2d30e295308c62290b2b0b0a2 Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 1 May 2014 22:12:45 +0000 Subject: debug on win git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1104 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mainwindow.cpp') diff --git a/mainwindow.cpp b/mainwindow.cpp index 16a2d3f..cacc8ca 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1074,7 +1074,7 @@ void MainWindow::slotDecryptDone(int result) if (result == KGpgTransaction::TS_OK) { // FIXME choose codec //setPlainText(decr->decryptedText().join(QLatin1String("\n")) + QLatin1Char('\n')); - edit->slotFillTextEditWithText(decr->decryptedText().join(QLatin1String("\n")) + QLatin1Char('\n')); + edit->slotFillTextEditWithText(decr->decryptedText().join(QLatin1String("\n")) + QLatin1String("\n")); } else if (result != KGpgTransaction::TS_USER_ABORTED) { //KMessageBox::detailedSorry(this, i18n("Decryption failed."), decr->getMessages().join( QLatin1String( "\n" ))); qDebug() << "Decryption failed." << decr->getMessages().join( QLatin1String( "\n" )); -- cgit v1.2.3