diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
commit | 145f5ae315c8e2b04246b918bc0ef78ac92ee5b4 (patch) | |
tree | 51b7d8334495316e8afb5193a01325e014ac8de2 /konq-plugins/crashes | |
parent | 35632f63f13f77d72c010b8ae8b7688f62c0a7c0 (diff) | |
download | tdeaddons-145f5ae315c8e2b04246b918bc0ef78ac92ee5b4.tar.gz tdeaddons-145f5ae315c8e2b04246b918bc0ef78ac92ee5b4.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 'konq-plugins/crashes')
-rw-r--r-- | konq-plugins/crashes/crashesplugin.cpp | 2 | ||||
-rw-r--r-- | konq-plugins/crashes/crashesplugin.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
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<TDEHTMLPart*>(parent) : 0L; - m_pCrashesMenu = new TDEActionMenu( i18n("&Crashes"), "core", + m_pCrashesMenu = new TDEActionMenu( i18n("&Crashes"), "application-x-core", actionCollection(), "crashes" ); m_pCrashesMenu->setDelayed( false ); diff --git a/konq-plugins/crashes/crashesplugin.desktop b/konq-plugins/crashes/crashesplugin.desktop index 1ef344f..e6e3758 100644 --- a/konq-plugins/crashes/crashesplugin.desktop +++ b/konq-plugins/crashes/crashesplugin.desktop @@ -120,5 +120,5 @@ Comment[xh]=Ingqubana necebo lokubonisa Comment[zh_CN]=崩溃监视器 Comment[zh_TW]=當機監視器 X-TDE-ParentApp=konqueror -Icon=core +Icon=application-x-core X-DocPath=konq-plugins/crashes/index.html |