diff options
author | con <[email protected]> | 2010-02-19 12:20:37 +0100 |
---|---|---|
committer | con <[email protected]> | 2010-02-23 17:00:49 +0100 |
commit | 7af10a039649ebb60bde124cf45ef342b83f403f (patch) | |
tree | 77c79bd5a2a8d629c1ab2d06221b9eb81196a973 /src/plugins/debugger/debuggeractions.cpp | |
parent | 04d90d9563f347af36db08602535da66ed1963aa (diff) |
New debug related icons.
Diffstat (limited to 'src/plugins/debugger/debuggeractions.cpp')
-rw-r--r-- | src/plugins/debugger/debuggeractions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp index 663670f0f5a..d3449576347 100644 --- a/src/plugins/debugger/debuggeractions.cpp +++ b/src/plugins/debugger/debuggeractions.cpp @@ -162,7 +162,7 @@ DebuggerSettings *DebuggerSettings::instance() item->setText(tr("Operate by Instruction")); item->setCheckable(true); item->setDefaultValue(false); - item->setIcon(QIcon(":/debugger/images/debugger_stepoverproc_small.png")); + item->setIcon(QIcon(":/debugger/images/SingleInstructionMode.png")); item->setToolTip(tr("This switches the debugger to instruction-wise " "operation mode. In this mode, stepping operates on single " "instructions and the source location view also shows the " |