diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-24 21:26:25 +0200 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-24 21:26:25 +0200 |
| commit | e5908ee7d8320b87ce06f1b6544c171cfdeb937c (patch) | |
| tree | 7358ba71eea9ed693575b371ecd99783c9714495 /gpgwin.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 'gpgwin.cpp')
| -rw-r--r-- | gpgwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -450,7 +450,7 @@ void GpgWin::importKeyFromFile() QFile file; QByteArray inBuffer; - QString fileName = QFileDialog::getOpenFileName(this, tr("Open Key"), "", tr("Key Files") + " (*.asc *.txt);;All Files (*.*)"); + QString fileName = QFileDialog::getOpenFileName(this, tr("Open Key"), "", tr("Key Files") + " (*.asc *.txt);;All Files (*)"); if (! fileName.isNull()) { file.setFileName(fileName); if (!file.open(QIODevice::ReadOnly)) { |
