SVN commit 743431 by ilic: Component name strings should be lowercase, otherwise message catalog is not found. M +1 -1 externaltools/kateexternaltoolsplugin.cpp M +1 -1 findinfiles/katefindinfiles.cpp M +1 -1 skeleton/kateexternaltoolsplugin.cpp --- trunk/KDE/kdesdk/kate/plugins/externaltools/kateexternaltoolsplugin.cpp #743430:743431 @@ -40,7 +40,7 @@ #include #include -K_EXPORT_COMPONENT_FACTORY( kateexternaltoolsplugin, KGenericFactory( "KateExternalToolsPlugin" ) ) +K_EXPORT_COMPONENT_FACTORY( kateexternaltoolsplugin, KGenericFactory( "kateexternaltoolsplugin" ) ) KateExternalToolsPlugin::KateExternalToolsPlugin( QObject* parent, const QStringList& ): Kate::Plugin ( (Kate::Application*)parent ) --- trunk/KDE/kdesdk/kate/plugins/findinfiles/katefindinfiles.cpp #743430:743431 @@ -41,7 +41,7 @@ #include #include -K_EXPORT_COMPONENT_FACTORY( katefindinfilesplugin, KGenericFactory( "KateFindInFilesPlugin" ) ) +K_EXPORT_COMPONENT_FACTORY( katefindinfilesplugin, KGenericFactory( "katefindinfilesplugin" ) ) KateFindInFilesPlugin::KateFindInFilesPlugin( QObject* parent, const QStringList& ): Kate::Plugin ( (Kate::Application*)parent ) --- trunk/KDE/kdesdk/kate/plugins/skeleton/kateexternaltoolsplugin.cpp #743430:743431 @@ -40,7 +40,7 @@ #include #include -K_EXPORT_COMPONENT_FACTORY( kateexternaltoolsplugin, KGenericFactory( "KateExternalToolsPlugin" ) ) +K_EXPORT_COMPONENT_FACTORY( kateexternaltoolsplugin, KGenericFactory( "kateexternaltoolsplugin" ) ) KateExternalToolsPlugin::KateExternalToolsPlugin( QObject* parent, const QStringList& ): Kate::Plugin ( (Kate::Application*)parent )