diff options
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 |