From ece02166d000d796dbe4ee55c268874fbb96eae5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:29 -0500 Subject: 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 --- kdat/ImageCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdat/ImageCache.cpp') 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)); -- cgit v1.2.3