From c3a5a4877cb341c4f49479ce63add72a42b90c37 Mon Sep 17 00:00:00 2001
From: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Date: Tue, 29 Sep 2009 16:03:30 +0200
Subject: [PATCH] CDB: Compile Windows

---
 src/plugins/debugger/cdb/cdbdebugengine.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/debugger/cdb/cdbdebugengine.cpp b/src/plugins/debugger/cdb/cdbdebugengine.cpp
index a2c8abafee6..8c2b5f47187 100644
--- a/src/plugins/debugger/cdb/cdbdebugengine.cpp
+++ b/src/plugins/debugger/cdb/cdbdebugengine.cpp
@@ -389,7 +389,7 @@ static inline const char *codeLevelName(ULONG level)
 
 bool CdbDebugEnginePrivate::setCodeLevel()
 {
-    const ULONG codeLevel = theDebuggerBoolSetting(StepByInstruction) ?
+    const ULONG codeLevel = theDebuggerBoolSetting(OperateByInstruction) ?
                             DEBUG_LEVEL_ASSEMBLY : DEBUG_LEVEL_SOURCE;
     ULONG currentCodeLevel = DEBUG_LEVEL_ASSEMBLY;
     HRESULT hr = m_cif.debugControl->GetCodeLevel(&currentCodeLevel);
-- 
GitLab