summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
commit37b536d8c93febcb697f63d45e3fd0d917a10f0e (patch)
tree7423e1e30edcb894fbf03cbe7ed052c9c4c333bc
parent36b390c50f07767dc5873d453156da0f0253e847 (diff)
downloadkrename-37b536d8c93febcb697f63d45e3fd0d917a10f0e.tar.gz
krename-37b536d8c93febcb697f63d45e3fd0d917a10f0e.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--krename/pictureplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/pictureplugin.cpp b/krename/pictureplugin.cpp
index c4b16c6..14ea5af 100644
--- a/krename/pictureplugin.cpp
+++ b/krename/pictureplugin.cpp
@@ -33,7 +33,7 @@ PicturePlugin::PicturePlugin()
keys.append( "bitdepth" );
setupKeys();
- m_icon = "image";
+ m_icon = "image-x-generic";
}
const TQString PicturePlugin::getName() const