From 83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:23 -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 --- src/k3bdiskinfoview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/k3bdiskinfoview.cpp') diff --git a/src/k3bdiskinfoview.cpp b/src/k3bdiskinfoview.cpp index 8801c39..1f3e68f 100644 --- a/src/k3bdiskinfoview.cpp +++ b/src/k3bdiskinfoview.cpp @@ -254,10 +254,10 @@ void K3bDiskInfoView::reloadMedium() item = new TDEListViewItem( trackItem, item ); TQString text; if( track.type() == K3bTrack::AUDIO ) { - item->setPixmap( 0, SmallIcon( "sound" ) ); + item->setPixmap( 0, SmallIcon( "audio-x-generic" ) ); text = i18n("Audio"); } else { - item->setPixmap( 0, SmallIcon( "tar" ) ); + item->setPixmap( 0, SmallIcon( "application-x-tar" ) ); if( track.mode() == K3bTrack::MODE1 ) text = i18n("Data/Mode1"); else if( track.mode() == K3bTrack::MODE2 ) -- cgit v1.2.3