diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:23 -0500 |
commit | 83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13 (patch) | |
tree | c73ce1f65de1c0cf353e2849c89fd3ddf3292a5a /src/projects/k3bmixeddirtreeview.cpp | |
parent | ea7a7df0745058ecc9fd201684964e16f4401da3 (diff) | |
download | k3b-83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13.tar.gz k3b-83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13.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 'src/projects/k3bmixeddirtreeview.cpp')
-rw-r--r-- | src/projects/k3bmixeddirtreeview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/k3bmixeddirtreeview.cpp b/src/projects/k3bmixeddirtreeview.cpp index f279054..153ee89 100644 --- a/src/projects/k3bmixeddirtreeview.cpp +++ b/src/projects/k3bmixeddirtreeview.cpp @@ -37,7 +37,7 @@ public: : K3bListViewItem( parent, after ), m_doc(doc) { - setPixmap( 0, SmallIcon("sound") ); + setPixmap( 0, SmallIcon("audio-x-generic") ); } TQString text( int col ) const { |