summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/install.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg-install/install.cpp')
-rw-r--r--kdpkg-install/install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/install.cpp b/kdpkg-install/install.cpp
index 7b26e58..e0156d3 100644
--- a/kdpkg-install/install.cpp
+++ b/kdpkg-install/install.cpp
@@ -48,7 +48,7 @@ install::install( const QString &url, QWidget *parent, const char *name, const Q
{
if( !url )
- path = KFileDialog::getOpenFileName( QString::null, i18n("Debian Package (*.deb)"), this, i18n("Choose a Debian package file to open"));
+ path = KFileDialog::getOpenFileName( QString::null, QString("*.deb|") + i18n("Debian Package (*.deb)"), this, i18n("Choose a Debian package file to open"));
else
path = url;