aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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" ));