diff --git a/src/plugins/debugger/cdb/cdboptions.cpp b/src/plugins/debugger/cdb/cdboptions.cpp index 55c6699fabe..86eb49d34da 100644 --- a/src/plugins/debugger/cdb/cdboptions.cpp +++ b/src/plugins/debugger/cdb/cdboptions.cpp @@ -38,7 +38,7 @@ static const char *enabledKeyC = "Enabled"; static const char *pathKeyC = "Path"; static const char *symbolPathsKeyC = "SymbolPaths"; static const char *sourcePathsKeyC = "SourcePaths"; -static const char *verboseSymbolLoadingKeyC = "SymbolPaths"; +static const char *verboseSymbolLoadingKeyC = "VerboseSymbolLoading"; namespace Debugger { namespace Internal {