diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:23 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:23 -0500 |
commit | 83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13 (patch) | |
tree | c73ce1f65de1c0cf353e2849c89fd3ddf3292a5a /src/projects/k3bdataviewitem.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/k3bdataviewitem.cpp')
-rw-r--r-- | src/projects/k3bdataviewitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projects/k3bdataviewitem.cpp b/src/projects/k3bdataviewitem.cpp index fb42b67..d55588e 100644 --- a/src/projects/k3bdataviewitem.cpp +++ b/src/projects/k3bdataviewitem.cpp @@ -300,7 +300,7 @@ void K3bDataRootViewItem::setText( int col, const TQString& text ) K3bSpecialDataViewItem::K3bSpecialDataViewItem( K3bSpecialDataItem* item, TQListView* parent ) : K3bDataViewItem( item, parent ) { - setPixmap( 0, SmallIcon("unknown") ); + setPixmap( 0, SmallIcon("text-x-katefilelist") ); } TQString K3bSpecialDataViewItem::text( int col ) const @@ -322,7 +322,7 @@ TQString K3bSpecialDataViewItem::text( int col ) const K3bSessionImportViewItem::K3bSessionImportViewItem( K3bSessionImportItem* item, TQListView* parent ) : K3bDataViewItem( item, parent ) { - setPixmap( 0, SmallIcon("unknown") ); + setPixmap( 0, SmallIcon("text-x-katefilelist") ); } TQString K3bSessionImportViewItem::text( int col ) const |