Desktop file updates

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdpkg@1110824 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 267f75a9de
commit 5d6079b067

@ -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;

@ -4,8 +4,8 @@ Icon=kdpkg
Type=Application
Exec=su-to-root -X -c "kdpkg-install %U"
Name=kdpkg-install
Comment=KDE Debian package installation utility
Name=Debian Package Install
Comment=KDE-based Debian package installation utility
MimeType=application/x-deb;application/x-debian-package;

@ -45,7 +45,7 @@ kdpkg::kdpkg( const QString &url, QWidget *parent, const char *name, const QStri
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;

@ -4,8 +4,8 @@ Icon=kdpkg
Type=Application
Exec=kdpkg %U
Name=kdpkg
Comment=KDE Debian package installation utility
Name=Debian Package Information
Comment=KDE-based Debian package information and installation utility
MimeType=application/x-deb;application/x-debian-package;

Loading…
Cancel
Save