[Differential] [Accepted] D3122: Fix Debuggers Actions Text

kfunk (Kevin Funk) noreply at phabricator.kde.org
Thu Oct 20 10:40:21 UTC 2016


kfunk accepted this revision.
kfunk added a reviewer: kfunk.
kfunk added a comment.
This revision is now accepted and ready to land.


  Rest LGTM, thanks!

INLINE COMMENTS

> debuggerplugin.cpp:50
>  CppDebuggerPlugin::CppDebuggerPlugin(QObject *parent, const QVariantList &)
> -    : MIDebuggerPlugin("kdevgdb", parent)
> +    : MIDebuggerPlugin("kdevgdb", "GDB", parent)
>      , disassemblefactory(nullptr)

`i18n("GDB")`

> debuggerplugin.cpp:45
>  LldbDebuggerPlugin::LldbDebuggerPlugin(QObject *parent, const QVariantList &)
> -    : MIDebuggerPlugin("kdevlldb", parent)
> +    : MIDebuggerPlugin("kdevlldb", "LLDB", parent)
>      , m_consoleFactory(nullptr)

dito

REPOSITORY
  rKDEVELOP KDevelop

REVISION DETAIL
  https://phabricator.kde.org/D3122

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: antonanikin, #kdevelop, kfunk
Cc: kfunk, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20161020/0bbd116b/attachment.html>


More information about the KDevelop-devel mailing list