From 145f5ae315c8e2b04246b918bc0ef78ac92ee5b4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:29 -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 --- konq-plugins/crashes/crashesplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konq-plugins/crashes/crashesplugin.cpp') diff --git a/konq-plugins/crashes/crashesplugin.cpp b/konq-plugins/crashes/crashesplugin.cpp index dfe8e3b..1150d31 100644 --- a/konq-plugins/crashes/crashesplugin.cpp +++ b/konq-plugins/crashes/crashesplugin.cpp @@ -42,7 +42,7 @@ CrashesPlugin::CrashesPlugin( TQObject* parent, const char* name, const TQString { m_part = (parent && parent->inherits( "TDEHTMLPart" )) ? static_cast(parent) : 0L; - m_pCrashesMenu = new TDEActionMenu( i18n("&Crashes"), "core", + m_pCrashesMenu = new TDEActionMenu( i18n("&Crashes"), "application-x-core", actionCollection(), "crashes" ); m_pCrashesMenu->setDelayed( false ); -- cgit v1.2.1