From a09a81226625ca200f8cbd24e702e21dc81b1291 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:30 -0500 Subject: 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 --- kooka/kookaview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kooka') 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); -- cgit v1.2.1