Branch: master

37b536d8 2014-10-22 01:27:25 Timothy Pearson
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
M krename/pictureplugin.cpp
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 @@
     keys.append( "bitdepth" );   
     setupKeys();
     
-    m_icon = "image";
+    m_icon = "image-x-generic";
 }
 
 const TQString PicturePlugin::getName() const