aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerconstants.h')
-rw-r--r--src/plugins/debugger/debuggerconstants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerconstants.h b/src/plugins/debugger/debuggerconstants.h
index f688662f65..f294555c7a 100644
--- a/src/plugins/debugger/debuggerconstants.h
+++ b/src/plugins/debugger/debuggerconstants.h
@@ -38,8 +38,8 @@ const char C_DEBUGMODE[] = "Debugger.DebugMode";
const char C_CPPDEBUGGER[] = "Gdb Debugger";
const char C_QMLDEBUGGER[] = "Qml/JavaScript Debugger";
-const char CppPerspectiveId[] = "Debugger.Perspective.Cpp";
-const char QmlPerspectiveId[] = "Debugger.Perspective.Qml";
+const char PRESET_PERSPRECTIVE_ID[] = "Debugger.Perspective.Preset";
+const char PERSPECTIVE_ID[] = "Debugger.Perspective";
// Menu Groups
const char G_GENERAL[] = "Debugger.Group.General";