From 2816c415d274f7052c2fcd57959dbac6c56a09f0 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Tue, 28 Jul 2009 14:20:10 +0200 Subject: [PATCH] CDB: Fixed duplicated options key. --- src/plugins/debugger/cdb/cdboptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- GitLab