summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/tdefiletreeview.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
commit2cd15151863796c2e708f6193f0f8420a6363383 (patch)
tree0ea2792da210f89f8a66c45472749b2e13d36404 /tdeio/tdefile/tdefiletreeview.cpp
parent628f37ef39a7f2dd8d64a3f8b0c08f384362fc91 (diff)
downloadtdelibs-2cd15151863796c2e708f6193f0f8420a6363383.tar.gz
tdelibs-2cd15151863796c2e708f6193f0f8420a6363383.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 'tdeio/tdefile/tdefiletreeview.cpp')
-rw-r--r--tdeio/tdefile/tdefiletreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tdefiletreeview.cpp b/tdeio/tdefile/tdefiletreeview.cpp
index cb7432423..2710d4c08 100644
--- a/tdeio/tdefile/tdefiletreeview.cpp
+++ b/tdeio/tdefile/tdefiletreeview.cpp
@@ -262,7 +262,7 @@ TQDragObject * KFileTreeView::dragObject()
TQPoint hotspot;
TQPixmap pixmap;
if( urls.count() > 1 ){
- pixmap = DesktopIcon( "tdemultiple", 16 );
+ pixmap = DesktopIcon( "application-vnd.tde.tdemultiple", 16 );
}
if( pixmap.isNull() )
pixmap = currentKFileTreeViewItem()->fileItem()->pixmap( 16 );