diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
commit | ece02166d000d796dbe4ee55c268874fbb96eae5 (patch) | |
tree | dcda15aff2d4196bf4b5084a5a65d566fe638322 /kpackage/rpmInterface.cpp | |
parent | 56967ceccf31311d8bef92658cc0f091c609ca3d (diff) | |
download | tdeadmin-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/rpmInterface.cpp')
-rw-r--r-- | kpackage/rpmInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/rpmInterface.cpp b/kpackage/rpmInterface.cpp index c4e728e..66d4154 100644 --- a/kpackage/rpmInterface.cpp +++ b/kpackage/rpmInterface.cpp @@ -46,7 +46,7 @@ RPM::RPM():pkgInterface() { head = "RPM"; name = i18n("RPM"); - icon = "rpm"; + icon = "application-x-rpm"; pict = UserIcon(icon); updated_pict = UserIcon("rupdated"); |