summaryrefslogtreecommitdiffstats
path: root/kooka
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
commita09a81226625ca200f8cbd24e702e21dc81b1291 (patch)
tree7da340fcd37c1933362df9e94c2d9a031c1c06b1 /kooka
parentcaf76f937722a14b624b0139f04f0bcc19433a28 (diff)
downloadtdegraphics-a09a81226625ca200f8cbd24e702e21dc81b1291.tar.gz
tdegraphics-a09a81226625ca200f8cbd24e702e21dc81b1291.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 'kooka')
-rw-r--r--kooka/kookaview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kookaview.cpp b/kooka/kookaview.cpp
index 98b49ef7..f9c39d6c 100644
--- a/kooka/kookaview.cpp
+++ b/kooka/kookaview.cpp
@@ -156,7 +156,7 @@ KookaView::KookaView( KParts::DockMainWindow *parent, const TQCString& deviceToU
* Create a Kombobox that holds the last folders visible even on the preview page
*/
m_dockRecent = parent->createDockWidget( "Recent",
- loader->loadIcon( "image", TDEIcon::Small ),
+ loader->loadIcon( ""image-x-generic", TDEIcon::Small ),
0L, i18n("Gallery Folders"));
m_dockRecent->setDockSite(KDockWidget::DockFullSite);