diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:29 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:29 -0500 |
commit | ece02166d000d796dbe4ee55c268874fbb96eae5 (patch) | |
tree | dcda15aff2d4196bf4b5084a5a65d566fe638322 /kdat | |
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 'kdat')
-rw-r--r-- | kdat/ImageCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/ImageCache.cpp b/kdat/ImageCache.cpp index c645cb6..780a24d 100644 --- a/kdat/ImageCache.cpp +++ b/kdat/ImageCache.cpp @@ -27,7 +27,7 @@ ImageCache::ImageCache() TDEIconLoader *l = TDEGlobal::iconLoader(); /* 2002-01-24 FP */ // _archive = new TQPixmap(l->iconPath("package", TDEIcon::Toolbar)); - _archive = new TQPixmap(l->iconPath("tar", TDEIcon::Small)); + _archive = new TQPixmap(l->iconPath("application-x-tar", TDEIcon::Small)); /* 2002-01-24 FP */ _backup = new TQPixmap(l->iconPath("kdat_backup", TDEIcon::Toolbar)); _file = new TQPixmap(l->iconPath("mime_empty", TDEIcon::Small)); |