diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 20:39:17 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 20:39:17 +0000 |
commit | f273a466b308b86aa78498fbb1a2349e1eff7362 (patch) | |
tree | 7581f6d4fefcc9a04c13dcaa29aa21c9bdc603ac /fileencryptiondialog.cpp | |
parent | jump to conclusion page after key generation or import in wizard (diff) | |
download | gpg4usb-f273a466b308b86aa78498fbb1a2349e1eff7362.tar.gz gpg4usb-f273a466b308b86aa78498fbb1a2349e1eff7362.zip |
changed about dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@793 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rwxr-xr-x | fileencryptiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp index 0e1ec8b..ded8335 100755 --- a/fileencryptiondialog.cpp +++ b/fileencryptiondialog.cpp @@ -150,7 +150,7 @@ void FileEncryptionDialog::executeAction() QFile infile; infile.setFileName(inputFileEdit->text()); if (!infile.open(QIODevice::ReadOnly)) { - qDebug() << tr("couldn't open file: ") + inputFileEdit->text(); + qDebug() << tr("Couldn't Open file: ") + inputFileEdit->text(); } QByteArray inBuffer = infile.readAll(); |