diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:25 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:25 -0500 |
commit | 37b536d8c93febcb697f63d45e3fd0d917a10f0e (patch) | |
tree | 7423e1e30edcb894fbf03cbe7ed052c9c4c333bc | |
parent | 36b390c50f07767dc5873d453156da0f0253e847 (diff) | |
download | krename-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.cpp | 2 |
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 |