diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:30 -0500 |
commit | a4eabeb421eed7bfddcd0a383161155ee41e4eb6 (patch) | |
tree | 2a21fd300b165bde848ffa688bb985552477800e /cervisia | |
parent | 26be5186eec45a62a7a84b1e5ba012510a312bbc (diff) | |
download | tdesdk-a4eabeb421eed7bfddcd0a383161155ee41e4eb6.tar.gz tdesdk-a4eabeb421eed7bfddcd0a383161155ee41e4eb6.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 'cervisia')
-rw-r--r-- | cervisia/updateview_items.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/updateview_items.cpp b/cervisia/updateview_items.cpp index ce74fd2a..1b0e788e 100644 --- a/cervisia/updateview_items.cpp +++ b/cervisia/updateview_items.cpp @@ -154,7 +154,7 @@ void UpdateDirItem::updateEntriesItem(const Entry& entry, } fileItem->setRevTag(entry.m_revision, entry.m_tag); fileItem->setDate(entry.m_dateTime); - fileItem->setPixmap(0, isBinary ? SmallIcon("binary") : TQPixmap()); + fileItem->setPixmap(0, isBinary ? SmallIcon("application-octet-stream") : TQPixmap()); } return; } |