summaryrefslogtreecommitdiffstats
path: root/kmail/kmheaders.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
commit8bd51635d7c39bee8703a5f83bceee117f0f00c8 (patch)
treebec74335497a5cdf83b63b7e649c04ac3474e340 /kmail/kmheaders.cpp
parentc1af5c98d368b094d8f79c20ce64817f6518706b (diff)
downloadtdepim-8bd51635d7c39bee8703a5f83bceee117f0f00c8.tar.gz
tdepim-8bd51635d7c39bee8703a5f83bceee117f0f00c8.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 'kmail/kmheaders.cpp')
-rw-r--r--kmail/kmheaders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmheaders.cpp b/kmail/kmheaders.cpp
index 77af8e44..3196e627 100644
--- a/kmail/kmheaders.cpp
+++ b/kmail/kmheaders.cpp
@@ -2401,7 +2401,7 @@ void KMHeaders::contentsMouseMoveEvent( TQMouseEvent* e )
if( count == 1 )
pixmap = TQPixmap( DesktopIcon("message", TDEIcon::SizeSmall) );
else
- pixmap = TQPixmap( DesktopIcon("tdemultiple", TDEIcon::SizeSmall) );
+ pixmap = TQPixmap( DesktopIcon("application-vnd.tde.tdemultiple", TDEIcon::SizeSmall) );
// Calculate hotspot (as in Konqueror)
if( !pixmap.isNull() ) {