diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-24 19:26:25 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-24 19:26:25 +0000 |
commit | e5908ee7d8320b87ce06f1b6544c171cfdeb937c (patch) | |
tree | 7358ba71eea9ed693575b371ecd99783c9714495 /fileencryptiondialog.cpp | |
parent | add missing translations (diff) | |
download | gpg4usb-e5908ee7d8320b87ce06f1b6544c171cfdeb937c.tar.gz gpg4usb-e5908ee7d8320b87ce06f1b6544c171cfdeb937c.zip |
changed *.* to * in all file dialogs to show really all files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@224 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'fileencryptiondialog.cpp')
-rwxr-xr-x | fileencryptiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp index c4d2434..8d5e702 100755 --- a/fileencryptiondialog.cpp +++ b/fileencryptiondialog.cpp @@ -82,7 +82,7 @@ FileEncryptionDialog::FileEncryptionDialog(GpgME::Context *ctx, QString iconPath void FileEncryptionDialog::selectInputFile() { - QString infileName = QFileDialog::getOpenFileName(this, tr("Open File"), "", tr("Files") + "All Files (*.*)"); + QString infileName = QFileDialog::getOpenFileName(this, tr("Open File"), "", tr("Files") + "All Files (*)"); inputFileEdit->insert(infileName); } |