summaryrefslogtreecommitdiffstats
path: root/kpackage/debInterface.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
commitece02166d000d796dbe4ee55c268874fbb96eae5 (patch)
treedcda15aff2d4196bf4b5084a5a65d566fe638322 /kpackage/debInterface.cpp
parent56967ceccf31311d8bef92658cc0f091c609ca3d (diff)
downloadtdeadmin-ece02166d000d796dbe4ee55c268874fbb96eae5.tar.gz
tdeadmin-ece02166d000d796dbe4ee55c268874fbb96eae5.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kpackage/debInterface.cpp')
-rw-r--r--kpackage/debInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/debInterface.cpp b/kpackage/debInterface.cpp
index dddbe4f..5b0bf58 100644
--- a/kpackage/debInterface.cpp
+++ b/kpackage/debInterface.cpp
@@ -56,7 +56,7 @@ extern TDEApplication *app;
DEB::DEB():pkgInterface()
{
head = "DEB";
- icon = "deb";
+ icon = "application-x-deb";
pict = UserIcon(icon);
bad_pict = UserIcon("dbad");