diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:24 -0500 |
commit | f45f6974b9f37fd34bf3adf77203a82611ff5a01 (patch) | |
tree | 728004386a2d60e87f6d28cb8ed3f65de3c4e764 | |
parent | a03ae455dfa420360e19bab8670160735c850d3e (diff) | |
download | katapult-f45f6974b9f37fd34bf3adf77203a82611ff5a01.tar.gz katapult-f45f6974b9f37fd34bf3adf77203a82611ff5a01.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
-rw-r--r-- | katapult/common/imagedisplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/katapult/common/imagedisplay.cpp b/katapult/common/imagedisplay.cpp index 3aaf7e2..93f7473 100644 --- a/katapult/common/imagedisplay.cpp +++ b/katapult/common/imagedisplay.cpp @@ -267,7 +267,7 @@ TQPixmap ImageDisplay::getDisplay() if(status() & S_Active) { - icon = TDEGlobal::iconLoader()->loadIcon("unknown", TDEIcon::NoGroup, 128); + icon = TDEGlobal::iconLoader()->loadIcon(""text-x-katefilelist", TDEIcon::NoGroup, 128); if(query().isEmpty()) label = i18n("No items matched."); else |