Unify Gdb and Gdb spelling, rename Gdb View to "Debugger", update docs.

This commit is contained in:
Daniel Molkentin
2009-05-06 17:52:32 +02:00
parent c6a0d43d7f
commit 63f760a8d6
5 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@
#include <coreplugin/icore.h>
#include <QtCore/QCoreApplication>
const char * const CDB_SETTINGS_ID = QT_TRANSLATE_NOOP("Debugger::Internal::CdbOptionsPageWidget", "CDB");
const char * const CDB_SETTINGS_ID = QT_TRANSLATE_NOOP("Debugger::Internal::CdbOptionsPageWidget", "Cdb");
namespace Debugger {
namespace Internal {