aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-24 19:26:25 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2009-09-24 19:26:25 +0000
commite5908ee7d8320b87ce06f1b6544c171cfdeb937c (patch)
tree7358ba71eea9ed693575b371ecd99783c9714495 /fileencryptiondialog.cpp
parentadd missing translations (diff)
downloadgpg4usb-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-xfileencryptiondialog.cpp2
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);
}