summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index c670f0d..cff736c 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -32,7 +32,7 @@ void MainWindow::on_pushButtonDecrypt_clicked()
{
out = QFileDialog::getSaveFileName(this,
tr("Speicherort für Entschlüsseltedatei"), QDir::homePath(),
- tr("Alle Datein"));
+ tr("Alle Dateien"));
if (out.isEmpty())
{
@@ -106,6 +106,7 @@ void MainWindow::on_pushButtonOpenFile_clicked()
QDir::homePath(),
tr("Alle Datein"));
ui->lineEditFilePath->setText(fielname);
+
}
//Menü Führung
@@ -115,7 +116,7 @@ void MainWindow::on_actionImport_triggered()
// nur für pem und der
QString filename = QFileDialog::getOpenFileName(this,
tr("Schlüssel Datei für Import."), QDir::homePath(),
- tr("Schlüssel Datei (*.pem,*.der)"));
+ tr("Schlüssel Datei (*.pem *.der)"));
if (!filename.isEmpty())
{