summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppeditorconstants.h
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@digia.com>2013-03-19 13:44:02 +0100
committerErik Verbruggen <erik.verbruggen@digia.com>2013-04-19 12:09:45 +0200
commita2b2857b44d6f6bfdf9ab07a51165b56ef2705bf (patch)
tree5e4c2738e2d313bb727b1b783cb18eae1117d2aa /src/plugins/cppeditor/cppeditorconstants.h
parente3ecf4232cf276077260225a1134f252450be743 (diff)
downloadqt-creator-a2b2857b44d6f6bfdf9ab07a51165b56ef2705bf.tar.gz
CppEditor: Rename CppPlugin to CppEditorPlugin
Change-Id: Icebf85ae425f413ed0d3dfc873869665233ec58c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/cppeditor/cppeditorconstants.h')
-rw-r--r--src/plugins/cppeditor/cppeditorconstants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppeditorconstants.h b/src/plugins/cppeditor/cppeditorconstants.h
index a3aaaa5acd..cf9d607c4e 100644
--- a/src/plugins/cppeditor/cppeditorconstants.h
+++ b/src/plugins/cppeditor/cppeditorconstants.h
@@ -34,8 +34,8 @@ namespace CppEditor {
namespace Constants {
const char M_CONTEXT[] = "CppEditor.ContextMenu";
-const char C_CPPEDITOR[] = "CppPlugin.C++Editor";
-const char CPPEDITOR_ID[] = "CppPlugin.C++Editor";
+const char C_CPPEDITOR[] = "CppEditor.C++Editor";
+const char CPPEDITOR_ID[] = "CppEditor.C++Editor";
const char CPPEDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("OpenWith::Editors", "C++ Editor");
const char SWITCH_DECLARATION_DEFINITION[] = "CppEditor.SwitchDeclarationDefinition";
const char OPEN_DECLARATION_DEFINITION_IN_NEXT_SPLIT[] = "CppEditor.OpenDeclarationDefinitionInNextSplit";